Re: Invlaid client id exception

2012-11-11 Thread Mohit Anchlia
I had to remove duplex from network of connectors. Does it mean I can't use duplex? On Sat, Nov 10, 2012 at 11:54 AM, Mohit Anchlia wrote: > Does anyone know why one would get this error? > > > javax.jms.InvalidClientIDException: Broker: pprddaamq304.ie.i.net - > Client: NC_pprddaamq300.ie.i.net_

RE: Kill a subscription in ActiveMQ

2012-11-11 Thread Raul Kripalani
Have you tried an abortive slow subscriber strategy? It's capable of closing the consumer connection when it becomes slow. Combined with a failover URL, it makes the consumer reconnect automatically. Sent from a mobile device On 11 Nov 2012 15:02, "Aravind Chennuru" wrote: > It's the other way a

RE: Kill a subscription in ActiveMQ

2012-11-11 Thread Aravind Chennuru
It's the other way around. I know for a fact that a topic has a slow consumer on the other end as a producer but I could add logic to stop producing messages but there could not find a way to notify the consumer that the topic has been destroyed and it needs to restart in this case. Now sure l w