I have Message Driven Bean subscribed (under Glassfish App server).

I have stomp generated messages coming in...

everything working fine...until

Using Admin console, I delete the topic...

the stomp publisher sends more messages so now I see the topic again...

I can see in my server logs, that the MDB consumer is getting the message

PROBLEM: ActiveMQ DeQueueCount does not change and InFlightCount is
growing...

QUESTION: Could the above cause eventual "freeze" of ActiveMQ broker?  I had
case where the
broker memory was at 100 percent...

It appears that ActiveMQ is able to deliver the message to the consumer MDB
but the auto-acknowledge 
back to ActiveMQ is failing...

If I reload the MDB application, then all starts working again...


--
View this message in context: 
http://activemq.2283324.n4.nabble.com/InFlight-Count-is-Growing-although-messages-are-actually-delivered-tp3713311p3713311.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to