[GitHub] qpid-dispatch pull request #244: DISPATCH-89: Exchange Binding forwarder (ex...

2018-03-22 Thread kgiusti
Github user kgiusti closed the pull request at: https://github.com/apache/qpid-dispatch/pull/244 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-dispatch pull request #244: DISPATCH-89: Exchange Binding forwarder (ex...

2018-01-24 Thread ssorj
Github user ssorj commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/244#discussion_r163612727 --- Diff: python/qpid_dispatch/management/qdrouter.json --- @@ -1126,6 +1126,106 @@ } }, +

[GitHub] qpid-dispatch pull request #244: DISPATCH-89: Exchange Binding forwarder (ex...

2018-01-24 Thread kgiusti
Github user kgiusti commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/244#discussion_r163577138 --- Diff: python/qpid_dispatch/management/qdrouter.json --- @@ -1126,6 +1126,106 @@ } }, +

[GitHub] qpid-dispatch pull request #244: DISPATCH-89: Exchange Binding forwarder (ex...

2018-01-23 Thread ssorj
Github user ssorj commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/244#discussion_r163344546 --- Diff: python/qpid_dispatch/management/qdrouter.json --- @@ -1126,6 +1126,106 @@ } }, +

[GitHub] qpid-dispatch pull request #244: DISPATCH-89: Exchange Binding forwarder (ex...

2018-01-23 Thread kgiusti
Github user kgiusti commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/244#discussion_r163335294 --- Diff: python/qpid_dispatch/management/qdrouter.json --- @@ -1126,6 +1126,106 @@ } }, +

[GitHub] qpid-dispatch pull request #244: DISPATCH-89: Exchange Binding forwarder (ex...

2018-01-23 Thread ssorj
Github user ssorj commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/244#discussion_r163318304 --- Diff: python/qpid_dispatch/management/qdrouter.json --- @@ -1126,6 +1126,106 @@ } }, +

[GitHub] qpid-dispatch pull request #244: DISPATCH-89: Exchange Binding forwarder (ex...

2018-01-23 Thread kgiusti
Github user kgiusti commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/244#discussion_r163282364 --- Diff: src/iterator.c --- @@ -909,3 +913,40 @@ void qd_iterator_get_view_cursor( ptr->cursor= iter->view_pointer.cursor;

[GitHub] qpid-dispatch pull request #244: DISPATCH-89: Exchange Binding forwarder (ex...

2018-01-23 Thread kgiusti
Github user kgiusti commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/244#discussion_r163280167 --- Diff: python/qpid_dispatch/management/qdrouter.json --- @@ -1126,6 +1126,106 @@ } }, +

[GitHub] qpid-dispatch pull request #244: DISPATCH-89: Exchange Binding forwarder (ex...

2018-01-23 Thread kgiusti
Github user kgiusti commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/244#discussion_r163279263 --- Diff: python/qpid_dispatch/management/qdrouter.json --- @@ -1126,6 +1126,106 @@ } }, +

[GitHub] qpid-dispatch pull request #244: DISPATCH-89: Exchange Binding forwarder (ex...

2018-01-23 Thread kgiusti
Github user kgiusti commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/244#discussion_r163277543 --- Diff: python/qpid_dispatch/management/qdrouter.json --- @@ -1126,6 +1126,106 @@ } }, +

[GitHub] qpid-dispatch pull request #244: DISPATCH-89: Exchange Binding forwarder (ex...

2018-01-16 Thread kgiusti
Github user kgiusti commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/244#discussion_r161905217 --- Diff: tests/system_tests_exchange_bindings.py --- @@ -0,0 +1,676 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one

[GitHub] qpid-dispatch pull request #244: DISPATCH-89: Exchange Binding forwarder (ex...

2018-01-16 Thread kgiusti
Github user kgiusti commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/244#discussion_r161904967 --- Diff: src/router_core/exchange_bindings.c --- @@ -0,0 +1,1336 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] qpid-dispatch pull request #244: DISPATCH-89: Exchange Binding forwarder (ex...

2018-01-16 Thread ganeshmurthy
Github user ganeshmurthy commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/244#discussion_r161897073 --- Diff: tests/system_tests_exchange_bindings.py --- @@ -0,0 +1,676 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one

[GitHub] qpid-dispatch pull request #244: DISPATCH-89: Exchange Binding forwarder (ex...

2018-01-16 Thread ganeshmurthy
Github user ganeshmurthy commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/244#discussion_r161883427 --- Diff: src/router_core/exchange_bindings.c --- @@ -0,0 +1,1336 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] qpid-dispatch pull request #244: DISPATCH-89: Exchange Binding forwarder (ex...

2018-01-16 Thread kgiusti
GitHub user kgiusti opened a pull request: https://github.com/apache/qpid-dispatch/pull/244 DISPATCH-89: Exchange Binding forwarder (experimental) Adds a forwarder that models the pre AMQP 1.0 model of exchanges and bindings. Exchanges can be added via management and bound to