You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Chris Richardson (JIRA)" <ji...@apache.org> on 2017/08/04 14:15:00 UTC

[jira] [Comment Edited] (QPID-7876) qpid-route does not properly consider src-local when matching bridges

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

Chris Richardson edited comment on QPID-7876 at 8/4/17 2:14 PM:
----------------------------------------------------------------

The attached [^test-routes.sh] demonstrates some of the issues with bridge matching and also verifies some other potential errors have not snuck in uninvited!

Run from root of source dir.


was (Author: chris.richardson):
This test script demonstrates some of the issues with bridge matching and also verifies some other potential errors have not snuck in uninvited!

Run from root of source dir.

> 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
>         Attachments: test-routes.sh
>
>   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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org