Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.5.0
-
None
-
None
-
Windows 7
Description
I have a listener with an event handler listening for messages and logging when they come in.
I sent a message to that queue with CRON string of "25 * * * *". All other scheduler properties are not set. No ttl.
The first time 25 after the hour comes around, a message is sent and my listener receives it.
All subsequent times 25 after the hour come around, the listener doesn't receive anything.
The admin console Queues page shows that the subsequent messages are waiting in the queue but drilling into the queue shows no message.
Restarting ActiveMQ and the Queues page doesn't show any messages.