On 11/25/2014 09:15 AM, cdelgadob wrote:
Hi all,

Simple question: Are scheduled messages persistent regardless of the
persistent configuration of the broker?

I mean: I don't need to persist my inflight messages, but the scheduled
ones, just in case the broker goes down.

How can I achieve that?

Thanks!

  Carlos



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Are-Scheduled-Messages-persistent-tp4665977p4687978.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

In v5.10 and earlier if you enabled scheduler support then the scheduled messages are persisted in the Job Scheduler store regardless of the broker's persistence settings. In 5.11 onwards if the broker has persistence disabled then on in memory job scheduler store is used to honer the disabled persistence setting, the old behaviour can be restored if needed via configuration.

--
Tim Bish
Sr Software Engineer | RedHat Inc.
tim.b...@redhat.com | www.redhat.com
skype: tabish121 | twitter: @tabish121
blog: http://timbish.blogspot.com/

Reply via email to