[
https://issues.apache.org/jira/browse/ARTEMIS-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16108861#comment-16108861
]
Timothy Bish commented on ARTEMIS-1316:
---------------------------------------
The "x-opt-delivery-delay" message annotation is the only way to schedule
messages, the core protocol uses the "_AMQ_SCHED_DELIVERY" property will not be
used as the broker does not process Application Properties from AMQP messages.
> Document Scheduled message support over AMQP
> --------------------------------------------
>
> Key: ARTEMIS-1316
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1316
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: AMQP, Broker
> Affects Versions: 2.1.0
> Reporter: Roman Vais
> Priority: Minor
> Labels: documentation
>
> Scheduled messages do not work for AMQP if "_AMQ_SCHED_DELIVERY" message
> property is used. Broker does not recognize property and message is not
> scheduled for later time but instead, message is received by client
> immediately. It is possible to schedule message with use of
> "x-opt-delivery-delay" property but there is no mention of it in the
> documentation provided at
> [https://activemq.apache.org/artemis/docs/2.1.0/scheduled-messages.html].
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)