Re: How to make scheduled messages highly available?

2014-09-04 Thread Claus Ibsen
Hi I think there is a JIRA ticket about making the scheduler support persistent JDBC store. https://issues.apache.org/jira/browse/AMQ-5238 Use the JIRA voting system to vote for tickets you want. On Thu, Sep 4, 2014 at 3:07 AM, Matt Pavlovich wrote: > I suggest looking at replacing the broker

Re: How to make scheduled messages highly available?

2014-09-03 Thread Matt Pavlovich
I suggest looking at replacing the broker for generating the messages with simple Camel routes using the timer or quartz endpoints. Clustering scheduled jobs is always a challenge. If you run Camel in a Karaf-based container (ServiceMix, JBoss Fuse, etc) you can setup the containers to be highl

How to make scheduled messages highly available?

2014-09-03 Thread Willem van Doesburg
Hi, We are using ActiveMQ in several of our production systems. It works very well, but we would like to make the broker fail-over, for when the broker application (which runs seperately of the consumers on other machines) crashes. To do this, we are already able to create a JDBC-based or a f