}
protected AbstractXmlApplicationContext createBeanFactory() {
System.setProperty(Context.INITIAL_CONTEXT_FACTORY, SpringInitialContextFactory.class.getName());
System.setProperty(Context.PROVIDER_URL, "org/apache/servicemix/jms/jndi.xml");
return new ClassPathXmlApplicationContext("org/apache/servicemix/jms/spring-jca.xml");
}