Re: Is there a way to monitor delayed message ?

2019-07-17 Thread Tim Bain
Please submit that bug report to the ActiveMQ JIRA. Nothing in the stack trace looks to me like it's related to Tomee; this one looks like it's squarely on us. Sorry that due to this bug there's no out-of-the-box way to do what you're looking for. Tim On Wed, Jul 17, 2019, 7:01 AM COURTAULT

Re: JMS Producer Routing type

2019-07-17 Thread yw yw
Hi, Which convertAndSend do you use? If you use the one with destinationName of String type, the pubSubDomain resolves it into queue if false(default) or topic if true. If you use the one with destination of Destination type, it depends on the type you pass, either ActiveMQQueue or ActiveMQTopic.

ActiveMQ Queues monitoring in Zabbix

2019-07-17 Thread sith
Hi folks Someone known how monitoring all QueueSize attribute in Zabbix? In my case, i need tracking this attribute for all queue's in a larger pool of servers. Can i track a range of this objects? This is the record of my ActiveMQ rule 'key' in zabbix, for instance:

RE: Is there a way to monitor delayed message ?

2019-07-17 Thread COURTAULT Francois
Hello Tim, Forgot to mention that I am using TomEE 8.0.0 M3 with ActiveMQ 5.15.6. I have called getAllJobs on JobScheduler MBean and get an exception: javax.management.RuntimeMBeanException: java.lang.NullPointerException at