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

ASF GitHub Bot commented on QPID-7876:
--------------------------------------

GitHub user chrisrichardson77 opened a pull request:

    https://github.com/apache/qpid-cpp/pull/7

    QPID-7876 qpid-route does not properly consider src-local when matchi…

    See QPID-7876

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

    $ git pull https://github.com/fourceu/qpid-cpp QPID-7876

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

    https://github.com/apache/qpid-cpp/pull/7.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 #7
    
----
commit 9f3395077552fd242a2564b3bb82ebdb64ec82d2
Author: Chris Richardson <[email protected]>
Date:   2017-08-01T20:03:30Z

    QPID-7876 qpid-route does not properly consider src-local when matching 
bridges

----


> qpid-route does not properly consider src-local when matching bridges
> ---------------------------------------------------------------------
>
>                 Key: QPID-7876
>                 URL: https://issues.apache.org/jira/browse/QPID-7876
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: qpid-cpp-1.36.0
>            Reporter: Chris Richardson
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> qpid-route does not properly consider src-local when matching bridges. The 
> practical upshot of this is that it may consider routes to be duplicates when 
> they are in fact not.
> Take the following (slightly contrived) scenario:
> Brokers A and B both have queues named "test.queue" and default exchanges 
> named "amq.direct".
> We would like a queue route to pull messages from B:test.queue to 
> A:amq.direct and a src_local route to push messages from A:test.queue to 
> B:amq.direct. Since qpid-route does not consider the src-local flag, it will 
> regard the second route to be a duplicate and will not allow it to be added.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to