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/09 10:08:21 UTC

[jira] [Commented] (ARTEMIS-724) Implement no-local consumer support in AMQP

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

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

GitHub user mtaylor opened a pull request:

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

    ARTEMIS-724 Implement no-local consumer filter AMQP

    

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

    $ git pull https://github.com/mtaylor/activemq-artemis ARTEMIS-724

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

    https://github.com/apache/activemq-artemis/pull/763.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 #763
    
----
commit 553f2df7455c74c6f7daca0c43bf1738822416dc
Author: Martyn Taylor <mt...@redhat.com>
Date:   2016-09-09T10:05:31Z

    ARTEMIS-724 Implement no-local consumer filter AMQP

----


> Implement no-local consumer support in AMQP
> -------------------------------------------
>
>                 Key: ARTEMIS-724
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-724
>             Project: ActiveMQ Artemis
>          Issue Type: New Feature
>            Reporter: Martyn Taylor
>
> JMS has a feature that allows clients to create subscribers with a no-local flag.  This flag indicates that the broker should not route messages to this subscriber if the messages are sent within the same connection.  To allow clients implementing JMS over AMQP (such as QPID JMS) to implement this feature we should expose a mechanism to facilitate this.



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