Re: How do I set the data directory for the job scheduler?

2012-02-29 Thread Gary Tully
set the dataDirectory attribute on the broker - http://activemq.apache.org/schema/core"; dataDirectory="/some/location" brokerName="mmuserb2" useJmx="true" advisorySupport="false" persistent="true" deleteAllMessagesOnStartup="false" useShutdownHook="false" schedulerSupport="true"> On 29 February

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

How do I set the data directory for the job scheduler?

2012-02-29 Thread Josh Carlson
We are using a shared file system master/slave configuration. We have schedulerSupport enabled. When we encounter a failover all 'scheduled' messages are lost. This is because it is using the local disk for the data store for the Job Scheduler. How can I set this directory to our shared file sy

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