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

Re: When persistent="false", still need kahadb jar file?

2010-12-02 Thread acec acec
activemq 5.4.2 has fixed my problem. --- On Wed, 12/1/10, acec acec wrote: > From: acec acec > Subject: When persistent="false", still need kahadb jar file? > To: users@activemq.apache.org > Received: Wednesday, December 1, 2010, 11:15 AM > After I upgraded active

When persistent="false", still need kahadb jar file?

2010-12-01 Thread acec acec
After I upgraded activemq 5.4.1, I got the the following exception: ... nested exception is java.lang.NoClassDefFoundError: org/apache/kahadb/page/Transaction$Closure ... My activemq configuration : http://activemq.apache.org/schema/core"; useJmx="false" persistent="false">

Does amq:connectionFactory use PooledConnectionFactory?

2010-06-01 Thread acec acec
Hi, all According to the following articles, I should use PooledConnectionFactory to avoid the performance issues. http://activemq.apache.org/spring-support.html http://activemq.apache.org/jmstemplate-gotchas.html When I use the following configuration to create connectionFactory: Does it use