Solace Community is getting a facelift!
On March 3rd we will be starting the process of migrating Solace Community to a new platform. As a result, Solace Community will go in to a temporary read-only state. You will still be able to come onto Solace Community and search through posts to find answers, but you won't be able to ask questions, post comments, or react in any way.
We hope to have the migration complete by Wednesday March 5th (or sooner), so please keep an eye out!
JCSMP get numbers of messages in QUEUE

Hi, is it possible to get actual number of messages in a queue with JCSMP API ? I want to monitor that number each 5 sec.
Answers
-
Queue message count is not available in the messaging APIs like JCSMP. However, they are available in the management APIs. SEMPv2 includes a series of Monitoring APIs over REST just for this purpose.
SEMP API Reference (solace.com)
Note that the user in SEMP is not a client username but a management user.
2