You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/08 18:53:21 UTC

[jira] [Commented] (ARTEMIS-722) AMQP: Advertise support for delayed message delivery using offered capability

    [ https://issues.apache.org/jira/browse/ARTEMIS-722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15474694#comment-15474694 ] 

ASF GitHub Bot commented on ARTEMIS-722:
----------------------------------------

GitHub user tabish121 opened a pull request:

    https://github.com/apache/activemq-artemis/pull/762

    ARTEMIS-722 Add DELAYED_DELIVERY capability to server connection open

    The server should indicate to clients that it supports the message
    annotation that allows message delivery to be delayed
    'x-opt-delivery-time'

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tabish121/activemq-artemis delayed-delivery

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/762.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #762
    
----
commit e42117a6505c32d87999601c0810acccaa6312ed
Author: Timothy Bish <ta...@gmail.com>
Date:   2016-09-07T20:24:52Z

    ARTEMIS-722 Add DELAYED_DELIVERY capability to server connection open
    
    The server should indicate to clients that it supports the message
    annotation that allows message delivery to be delayed
    'x-opt-delivery-time'

----


> AMQP: Advertise support for delayed message delivery using offered capability
> -----------------------------------------------------------------------------
>
>                 Key: ARTEMIS-722
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-722
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: AMQP
>    Affects Versions: 1.4.0
>            Reporter: Timothy Bish
>            Priority: Minor
>
> The broker already supports interpreting the message annotation 'x-opt-delivery-time' as the value to use when scheduling a message for delayed delivery.  For future AMQP -> JMS 2.0 mapping the client needs to actually know that the broker supports this in order to provide proper controls on whether the MessageProducer setDeliveryDelay.  The broker should advertise this support by supplying the appropriate capability on the Connection Open response.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)