Re: Sending message using JmsTemplate with PooledConnectionFactory hangs periodically

2009-07-09 Thread janylj
problem > may be rooted there: > > http://www.nabble.com/JMS-publish-consuming-sockets--td24401653.html > > Kind regards, > Christopher > -- View this message in context: http://www.nabble.com/Sending-message-using-JmsTemplate-with-PooledConnectionFactory-hangs-periodically-tp197

Re: Sending message using JmsTemplate with PooledConnectionFactory hangs periodically

2009-07-08 Thread huntc
l Kind regards, Christopher -- View this message in context: http://www.nabble.com/Sending-message-using-JmsTemplate-with-PooledConnectionFactory-hangs-periodically-tp19734135p24401940.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Sending message using JmsTemplate with PooledConnectionFactory hangs periodically

2008-09-30 Thread janylj
hat we need >> to >>// dump it.. >>if (connection != null && connection.expiredCheck()) { >>connection = null; >>} >> >> if (connection == null) { >>ActiveMQConnection delegate =

Re: Sending message using JmsTemplate with PooledConnectionFactory hangs periodically

2008-09-29 Thread Ari Miller
= null && connection.expiredCheck()) { >connection = null; >} > >if (connection == null) { >ActiveMQConnection delegate = createConnection(key); >connection = createConnectionPool(delegate); >} >pools.add(connection); >

Sending message using JmsTemplate with PooledConnectionFactory hangs periodically

2008-09-29 Thread janylj
ActiveMQConnection delegate = createConnection(key); connection = createConnectionPool(delegate); } pools.add(connection); return new PooledConnection(connection); } -- View this message in context: http://www.nabble.com/Sending-me