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

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