Re: ArtemisMQ Producer count metric

2021-08-27 Thread Justin Bertram
Producer count on a queue is not tracked. This is because many (most?) producers are not actually tied to a specific endpoint like consumers are. They are anonymous. Take this method [1] from javax.jms.JMSProducer for example. Using this method the producer can send a message to any destination it

ArtemisMQ Producer count metric

2021-08-27 Thread foo bar
Hello, We use ArtemisMQ version 2.15. We could not seem to find a metric that has a count of the number of producers writing to a queue. Something like "Produce Count". Is this metric made available? Thanks