RE: deleting matching message from queue

2023-04-17 Thread John Lilley
hitect, Redpoint Global Inc. 888 Worcester Street, Suite 200 Wellesley, MA 02482 M: +1 7209385761 | john.lil...@redpointglobal.com<mailto:john.lil...@redpointglobal.com> From: Justin Bertram Sent: Thursday, April 13, 2023 2:59 PM To: users@activemq.apache.org Subject: Re: deleting matching

Re: deleting matching message from queue

2023-04-13 Thread Justin Bertram
If you want to remove messages from a queue via the management API there are a couple of methods you can use: - removeMessage[1]: this method takes a messageID which allows you to remove a specific message (assuming you know its ID) - removeMessages[2]: this method takes a filter [3] which allow