On 2/6/07, cafe <[EMAIL PROTECTED]> wrote:

In my app I'm using activeMQ4.1.0 and spring 2.0. and I have configured a
DefaultMessageListenerContainer and a PooledConnectionFactory.

FWIW there's generally no point using a PooledConnectionFactory when
using Springs DefaultMessageListenerContainer. The
PooledConnectionFactory is really mostly for using Spring's
JmsTemplate (i.e. for sending). For consuming it does not do any
pooling.

What URL are you using to connect to the broker?

e.g.

http://activemq.apache.org/how-can-i-support-auto-reconnection.html

--

James
-------
http://radio.weblogs.com/0112098/

Reply via email to