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
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
- 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
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