Also answered on StackOverflow where you also posted.
You can’t use @Autowired
. You have to create an ApplicationContext
programmatically and pull the JMSConnectionFactoryBeanClass from it.
Also answered on StackOverflow where you also posted.
You can’t use @Autowired
. You have to create an ApplicationContext
programmatically and pull the JMSConnectionFactoryBeanClass from it.