I'm making good use of the ActiveMQ 5.6 scheduled message feature. schedulerSupport="true" and my complete scheduled message list appears as expected on the "Scheduled" page when I view usings the ActiveMQ admin console.
I need to browse the list to delete messages so I've written some java code that makes use of the AMQ_SCHEDULER_ACTION_BROWSE property. This works OK but does not retrieve the complete scheduled message list. Older scheduled messages are not returned at all but recent (last 24 hours) submitted scheduled messages are returned correctly. At first I thought messages were somehow being cached in memory so I restarted ActiveMQ but I still just get back the recent messages created today but not those visible on the admin console that were created a few days before. I have not yet determined the cut off point at which the messages are no longer browsable. Is the underlying KahaDb setup doing something odd? -- View this message in context: http://activemq.2283324.n4.nabble.com/AMQ-SCHEDULER-ACTION-BROWSE-returns-incomplete-list-tp4665093.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.