I am using currently Jcsmp and sure i can use queue browser to fetch all data and check collection size but there should be an easier way to check queue size without fetching all data.
So i find this one:
But when i run towards my docker image Version 9.12.0.15 it does not work.
According to official 2.24 online documentation, the response won’t contain “msgs.count”. You can remove the portion “?select=msgs.count” and inspect the whole output to confirm this.
So it feels that some solace people maybe already using some beta or internal version are confusing likely customers with features which are even not public yet.
See discussions here where someone gets back a collection object.
So best for all clients would be to try things out on latest public release.
Sure it is great to give a hint that there will be soon a new release which supports then
to return a collection and with that the message count.
@Aaron That made the trick. I just wonder what the collection is intended for ?
To later return the content ? Now it is empty. Is that for future to maybe return even content ?
@Aaron your sample i guess gives a metric across all queues. i look for the message count of a single queue.
Is it poassible to get metric as well for single queue?