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

Re: ArtemisMQ Upgrade: How to determine if specific client version works with server version

2021-08-27 Thread Justin Bertram
There is no compatibility matrix as there is a concerted effort to maintain backwards compatibility with older clients. Even when we make core protocol changes older clients should still work, just without the new functionality. If there is a breaking change for some reason it would be called out i

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

ArtemisMQ Upgrade: How to determine if specific client version works with server version

2021-08-27 Thread foo bar
Hello, Is there some compatibility matrix we can use to determine if a specific client version will work with a specific server version? We are looking to upgrade from 2.15 to 2.18. We have looked at the release notes from 2.15 to 2.18 and noted nothing about requiring a new client. Is it general