Re: about activemq-spring-5.4.2.jar

2011-01-21 Thread Gary Tully
That is a work in progress to extract the spring specifics from the core such that the core can be used with blueprint or spring or any other dependency injection framework. Some of the use cases involve getting access to the spring application context from the broker etc, but they are not typical

about activemq-spring-5.4.2.jar

2011-01-20 Thread acec acec
Hi, all I found activemq-spring-5.4.2.jar in apache-activemq-5.4.2-bin.tar.gz. But In my current application, which is using spring, activmq, I did not use that jar file. My application only depends on activemq-core, activemq-pool and spring-jms. Is there any example for using that jar file? an