JCSMP get numbers of messages in QUEUE
spyroid
Member Posts: 8 ✭
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.
Tagged:
0
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