Re: ActiveMQ (5.14.5) Network of Brokers ERROR: java.lang.SecurityException: The destination does not exist

2017-12-19 Thread Tim Bain
For anyone who encounters this in the future, the problem was apparently something the OP configured incorrectly in the authorization plugin, per the OP's question on SO: https://stackoverflow.com/questions/47859636/activemq-network-of-brokers-error-java-lang-securityexception-the-destination On D

Re: How to find all producers and consumers irrespective of the status

2017-12-19 Thread Tim Bain
What's available via JMX is what there is, but depending on exactly what you want, it may or may not be what you're looking for. It will include connected consumers, but not disconnected ones, though if you have any durable topic consumers that are offline, you can get info about the subscription

Artemis: JMX address max-size-bytes attribute?

2017-12-19 Thread adirubin
Hi, I'm setting up an Artemis 2.3 instance, monitoring using Zabbix which periodically samples JMX. I defined some addresses, each with its own max-size-bytes. I would like to setup an alert that'll notify me when an address is getting full (I might change max-size-bytes from time to time). I can't

How to find all producers and consumers irrespective of the status

2017-12-19 Thread Chinna
Hi, I am new to activemq, i want to know all the producers and consumers irrespective of the status(active and inactive) which are communicate with the particular broker. is there any way to find out in activemq ? Thanks in advance. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ