[
https://issues.apache.org/jira/browse/AMQ-6037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15004264#comment-15004264
]
ASF subversion and git services commented on AMQ-6037:
------------------------------------------------------
Commit e0e737743cd0df401841b839fe4fb5507f6c8086 in activemq's branch
refs/heads/activemq-5.12.x from [~tabish121]
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=e0e7377 ]
https://issues.apache.org/jira/browse/AMQ-6037
Add support for the delivery time header to allow for scheduled messages
at a desired time.
(cherry picked from commit 480b3e7c36b157d12dfdc1318f5517c4050df312)
> AMQP: Add support for sending scheduled message using message annotations
> -------------------------------------------------------------------------
>
> Key: AMQ-6037
> URL: https://issues.apache.org/jira/browse/AMQ-6037
> Project: ActiveMQ
> Issue Type: New Feature
> Components: AMQP
> Affects Versions: 5.12.0, 5.12.1
> Reporter: Timothy Bish
> Assignee: Timothy Bish
> Fix For: 5.13.0, 5.12.2
>
>
> Add support for reading scheduled message instructions from specific Message
> Annotations that are mapped into values that work with the built-in broker
> scheduler feature.
> ||Annotation Name||Description||
> |x-opt-delivery-time|Analogous to the JMS 2.0 delivery time message property.
> Value is set in milliseconds
> since the Unix Epoch.|
> |x-opt-delivery-delay|Time in Milliseconds to wait before dispatching the
> message.|
> |x-opt-delivery-repeat|Number of time to reschedule a message sent with a
> fixed delay.|
> |x-opt-delivery-period|The time in ms to wait between successive repeats of a
> scheduled message.|
> |x-opt-delivery-cron|A CronTab entry that controls how a message is
> scheduled.|
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)