You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
because rsmq ist a QUEUE it makes no sense to be able to list all tasks/messages.
The only way to get all messages is to receive them all.
But you can get it the count of messages (rsmq.getQueueAttributes) and some other information directly from the internal rsmq instance with the following code:
Just wondering if this feature is available as it is not documented, if not could you please point out how this could be achieved.
The text was updated successfully, but these errors were encountered: