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
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.
hat we need
>> to
>>// dump it..
>>if (connection != null && connection.expiredCheck()) {
>>connection = null;
>>}
>>
>> if (connection == null) {
>>ActiveMQConnection delegate =
= null && connection.expiredCheck()) {
>connection = null;
>}
>
>if (connection == null) {
>ActiveMQConnection delegate = createConnection(key);
>connection = createConnectionPool(delegate);
>}
>pools.add(connection);
>
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