Re: All messages getting stuck in 5.10 until restart…

2014-09-25 Thread James Green
Sounds like the issue I was observing last month. ActiveMQ was randomly deciding to just "stop" delivering messages to consumers - both the shipped web console and hawtio showed things absolutely as I would expect them to be. I ended up suspending new operations, allowed existing data to be proces

Re: All messages getting stuck in 5.10 until restart…

2014-09-19 Thread Kevin Burton
though it’s entirely possible that flow control is still enabled.. maybe the config isn’t parsed correctly. Is there a way to verify ? It isn’t in the UI. On Fri, Sep 19, 2014 at 5:09 PM, Kevin Burton wrote: > - I ruled out memory issues… I tuned up memory to 3G (should be plenty) > and enable

Re: All messages getting stuck in 5.10 until restart…

2014-09-19 Thread Kevin Burton
- I ruled out memory issues… I tuned up memory to 3G (should be plenty) and enabled GC logging and there are no full GCs. - I disabled producerFlowControl… http://pastebin.com/F5L99biA > > > > We’re using LevelDB… the box seems to be idle while this is happening. > > > > There isn

Re: All messages getting stuck in 5.10 until restart…

2014-09-19 Thread Tim Bain
Use JConsole to look at which consumers are connected (make sure at least one is!), how many messages they're currently working on (MessageCountAwaitingAcknowlegement), and whether the numbers appear to be increasing. For each queue, confirm whether the EnqueueCount is increasing; if it's not, the