Re: Ongoing queue troubles

2017-10-26 Thread Tim Bain
Those "folders" are actually full MBeans, and if you click on them, you'll see the panel on the right display a bunch of attributes about them. I think JConsole's choice of iconography in this instance is a confusing one. Tim On Oct 26, 2017 1:09 AM, "Frans Henskens" wrote: > > Hi Tim, > I did

Re: Ongoing queue troubles

2017-10-26 Thread Frans Henskens
Hi Tim, I did write about the advisories. Using JConsole, I could see the advisory topics for the queues/topics, and folders for the queues/topics that I could drill down into to get to the consumers attached to each, e.g.  Queue/CommandQueue/Consumer/henskens-#id I could also see the producer

Re: Ongoing queue troubles

2017-10-25 Thread Tim Bain
Frans, You provided stats for the ActiveMQ.Advisory.Producer and ActiveMQ.Advisory.Consumer advisory topics, but the stats we'd really have liked to see were the ones for the queue itself. For future troubleshooting, I recommend you look at the stats on the actual queue (or topic), since they give

Re: Ongoing queue troubles

2017-10-22 Thread Frans Henskens
The queue in jconsole's selector is empty (it's a mdb with no selector). The queue is in-vm, just for this app. Presumably there's no clock drift possible between the machine and itself? The attempts to send the message most often happen directly after restarting the app. I reset the stats and s

Re: Ongoing queue troubles

2017-10-21 Thread Tim Bain
Hmm, that's odd. If you click on the queue in JConsole, it should have an attribute named Selector; is that non-wildcard/non-empty? The part of your config that you posted doesn't look like one is in use, but let's be sure. Is there any chance your messages are expiring before they can be consumed

Re: Ongoing queue troubles

2017-10-21 Thread Frans Henskens
I see the messages enqueueing. I can see a consumer attached to the command queue. Dispatch count and dequeued count stay at 0. Does that sound right? Thanks,FransOn Saturday, 21 October 2017, 12:13:24 am AEDT, Tim Bain wrote: First figure out if your problem is that the messages are

Re: Ongoing queue troubles

2017-10-20 Thread Tim Bain
First figure out if your problem is that the messages are not getting into the CommandQueue or if it's that they're not getting from there to the consumer. To do that, attach a JMX viewer such as JConsole to the broker process, and then in the MBeans tab navigate down to the MBean for the queue and

Ongoing queue troubles

2017-10-20 Thread Frans Henskens
Hi all, Apologies. I was posting directly in the nabble forum area, which is probably on a lot of spam folders. I've configured a couple of topics and a queue. The topics work fine, but I'm having some trouble activating the queue. If anyone can spot what I've done wrong, it would be greatly app