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: <amq:connectionFactory id="jmsFactory" brokerURL="vm://localhost"/> Does it use PooledConnectionFactory? Thanks. Arden