Clear Queue

Hi,

As we had the priviliege to clear client queues from MWS in Broker version, do we have similar functionality to clear client queues for specifi client. We have single document subscribed by multiple clients and EM provides option to purge all the events for the document type and nto for the client queue.

Kavitha,
In current versions (9.12 and older), you cannot purge messages, but you can achieve the same effect by deleting the Named Object (= durable subscriber) associated with the subscriber. If you then disable/enable the associated client, trigger or connection, it will automatically recreate the Named Object, which will be empty.
In the upcoming 10.0 release (April 2017), you will be able to purge all messages or individual messages.

1 Like

Thanks Jonathan