[
https://issues.apache.org/jira/browse/AMQ-6037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15004269#comment-15004269
]
ASF subversion and git services commented on AMQ-6037:
------------------------------------------------------
Commit 3faf87ba8a93b1db72dc06c0810140ab6d748b3d in activemq's branch
refs/heads/activemq-5.12.x from [~tabish121]
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=3faf87b ]
https://issues.apache.org/jira/browse/AMQ-6037
Add support for amqp style variants of the ActiveMQ job scheduler
options set in message annotations.
(cherry picked from commit 5d353e241b0ba76ad1a0b42ef5c7a2ae54106860)
> 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)