On 04/21/2015 07:37 AM, salma ali wrote: > the non Persistent messages are saved where , and if i use > jdbcPersistenceAdapter , this messages are not saved in tables , the tables > are empty ? > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/scheduled-messages-tp4695290p4695349.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > There are currently only two implementations of the scheduler store, one is an in-memory only implementation used when the broker persistence is disabled, and the other is a variant of a KahaDB store written specifically for handling scheduled messages. All messages, whether tagged as persistent or non-persistent go into this scheduler store and are held until their scheduled time to fire. You can file the KahaDB version files in a folder named 'scheduler' in the location where you have configured the broker's data directory. There is currently no scheduler store written to use JDBC so none of the scheduled messages would show up in you DB at this time.
-- Tim Bish Sr Software Engineer | RedHat Inc. [email protected] | www.redhat.com twitter: @tabish121 blog: http://timbish.blogspot.com/
