Re: purge command in activemq-admin app does not work with selectors

2012-02-29 Thread Gary Tully
hmm, not sure. It looks like all of the relevant code changes are in the commands and not on the broker. Have a peek at the test for this feature[1] to verify what is known to work and the syntax. then if possible, please reopen that issue with a broker test case that demonstrates the problem you a

Re: purge command in activemq-admin app does not work with selectors

2012-02-29 Thread johneboyer
Hi Gary: I tried the 5.6 snapshot and it still does not work. I’m looking for a pattern in a property, specifically, a domain (example.com) and the query fails to find it. I’ve tried a number for variations to no avail. activemq-admin purge --msgsel prop_name='% example.com' queue_name.* activemq

Re: purge command in activemq-admin app does not work with selectors

2012-02-29 Thread Gary Tully
you could use a 5.6_SNAPSHOT - https://repository.apache.org/content/repositories/snapshots/org/apache/activemq/apache-activemq/5.6-SNAPSHOT/ On 29 February 2012 01:31, johneboyer wrote: > We’re using ActiveMQ 5.4.2 in production. We need to delete some messages; > however, the selector syntax fo