Re: Artemis Address Message Count

2017-06-07 Thread abhijith
Thanks for the information Justin. I am counting numbers on all the diverts now and will continue with that. -- View this message in context: http://activemq.2283324.n4.nabble.com/Artemis-Address-Message-Count-tp4727127p4727162.html Sent from the ActiveMQ - User mailing list archive at Nabble.c

Re: Artemis Address Message Count

2017-06-07 Thread Justin Bertram
From: "abhijith" To: users@activemq.apache.org Sent: Wednesday, June 7, 2017 9:04:01 AM Subject: Re: Artemis Address Message Count Thanks Justin. But IMHO it is misleading behavior..right? As publisher I would like to get count of no of messages sent to an address. Publisher won't

Re: Artemis Address Message Count

2017-06-07 Thread abhijith
Thanks Justin. But IMHO it is misleading behavior..right? As publisher I would like to get count of no of messages sent to an address. Publisher won't worry about how many queues or diverts are associated to an address. Right now if queues are not associated with an address, there is no way to

Re: Artemis Address Message Count

2017-06-06 Thread Justin Bertram
When you get the message count for an address it sums the message count for all the queues bound directly to that address. In the case of a multicast address that would be, for example JMS subscriptions, explicitly configured queues (from broker.xml), etc. This does not include queues receivin