Hi,
Is there any method/procedure available to clear messages from a subscriber ?
Sometimes there will be more than 500 messages in the subscriber, I pull the messages, I will not get desired result(my functional error) so I want to clear all messages at once and start my testing again. The only way I clear is "pulling messages --> get ackid --> ack the message" (in loop using python script).
But I wait 600 seconds for ack deadline and later I will clear the messages.
Is there any other method available where I don't need to wait for 600 secs?
Thanks,
Santosh