Hi, ActiveMQ version : 5.8
Problem: Inflight count is not going down for topics once consumer is disconnected. Test Scenario: When there is a producer and a consumer connected to the broker but consumer is little bit slow, there will be inflight messages in the broker which are not yet acknowledged. If at this point of time, I stop consumer it should make inflight count to '0' because those messages are not inflight now. (for queue these are now held messages and for topic those messages are dropped). But when I check in Jconsole, I found that: for a queue it is working fine and going down to 0 but for topics inflight count is not changing. Can someone explain this ? Thanks, Anuj -- View this message in context: http://activemq.2283324.n4.nabble.com/Inflight-Count-for-topics-not-correct-tp4678407.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.