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?

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 tomcata...@yahoo.ca wrote: From: acec acec tomcata...@yahoo.ca 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

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 : broker xmlns=http://activemq.apache.org/schema/core; useJmx=false persistent=false