Re: A client is already connected to durable subscriber

2011-10-20 Thread Gary Tully
if you use the failover: transport on the client, it will attempt to remove the old connection on the broker when it reconnects. The other thing to look at are the tcp keepAlive settings, set keepAlive=true on the broker transport connector and configure the OS to have a lower keepAlive defaults s

Re: A client is already connected to durable subscriber

2011-10-18 Thread Joe Niski
In AMQ 5.4 (i believe) and later, the NetworkConnector has a "suppressDuplicateTopicSubscriptions" property that you can set to "false". Here's my configuration *Joe Niski* Senior Developer - Information Services | NWEA™ PHONE 503.548.5207 | FAX 503.639.7873 NWEA.ORG

A client is already connected to durable subscriber

2011-10-14 Thread Bashar Saleh
[Setup] ActiveMQ 5.0 Broker - Ubuntu Linux 10.04 Client - Java client running on Windows [Problem] I have an issue with a durable subscription reconnection. When the client above is disconnected (due to a bad connect, cable disconnection, loosing connectivity), the client automatically throw