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 2017/02/20 01:54:44 UTC

[jira] [Commented] (ARTEMIS-979) OpenWire "no-Local" consumer not working

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

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

GitHub user gaohoward opened a pull request:

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

    ARTEMIS-979 OpenWire "no-Local" consumer not working

    When creating a 'no-local' openwire consumer, it doesn't work,
    meaning it can still receive messages from the same connection.
    The fix is similar to what Artemis client does, which is adding
    a 'filter' to the consumer/subscription.
    The difference is that with OpeinWire we have to do it on the
    broker side.

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

    $ git pull https://github.com/gaohoward/activemq-artemis master-ow-nolocal

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

    https://github.com/apache/activemq-artemis/pull/1029.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 #1029
    
----
commit 4febb875498ef64b5fd693fca99ac4a760074505
Author: Howard Gao <ho...@gmail.com>
Date:   2017-02-19T15:21:20Z

    ARTEMIS-979 OpenWire "no-Local" consumer not working
    
    When creating a 'no-local' openwire consumer, it doesn't work,
    meaning it can still receive messages from the same connection.
    The fix is similar to what Artemis client does, which is adding
    a 'filter' to the consumer/subscription.
    The difference is that with OpeinWire we have to do it on the
    broker side.

----


> OpenWire "no-Local" consumer not working
> ----------------------------------------
>
>                 Key: ARTEMIS-979
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-979
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: OpenWire
>    Affects Versions: 1.5.2
>            Reporter: Howard Gao
>            Assignee: Howard Gao
>             Fix For: 2.0.0
>
>
> When creating a 'no-local' openwire consumer, it doesn't work, meaning it can still receive messages from the same connection.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)