I assume you did this before you restarted the broker.  Is that correct?  If 
so, did the consumerCount ever reach 0?  If so, did the deliveringCount stay > 
0?

Assuming each client is coming from a unique IP address you could invoke 
listConnectionsAsJSON() to get the IP address of every client and then use 
closeConnectionsForAddress(String) with the IP address of the corresponding 
client.


Justin

----- Original Message -----
From: "abhijith" <topcoderabhij...@gmail.com>
To: users@activemq.apache.org
Sent: Friday, September 16, 2016 9:38:23 AM
Subject: Re: [Artemis] Messages stuck in "Delivering" state infinitely

Yes, we did see few dangling connections and I got the connection id's for
the same.  Right now there is no JMX operation to close single connection
based on connectionId.  The only way I could do this was to close all
existing connections for the given user.



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Artemis-Messages-stuck-in-Delivering-state-infinitely-tp4716589p4716596.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to