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
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
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">
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