Allow scheduled messages to time out
------------------------------------

                 Key: AMQ-3271
                 URL: https://issues.apache.org/jira/browse/AMQ-3271
             Project: ActiveMQ
          Issue Type: Improvement
          Components: Broker
    Affects Versions: 5.5.0
         Environment: Windows 7
            Reporter: Matthew Good
            Priority: Minor


When scheduled messages are sent, they inherit the timestamp of the message 
used to schedule them.  So if I set up an hourly message using a cron string 
and give it a ttl of 5 minutes, any message sent 5 minutes after I set up the 
schedule goes straight to the DLQ.

I am suggesting that the TTL field apply to the generated message and the 
generated message get a timestamp based on when it is sent.  This way a single 
repeating message can time out without stopping the whole schedule.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to