-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/7412/
-----------------------------------------------------------

Review request for qpid, Robbie Gemmell, Weston Price, and Keith Wall.


Description
-------

The attached patch does the following,
1. Node bindings are created when the node is created (was there before).
2. Node bindings are deleted when the node is deleted (added in this patch).
3. Link bindings are created when a subscription or producer is created (was 
there before)
4. Link bindings are deleted when a subscription or producer is closed (added 
in this patch).

The code was modified to treat node and link bindings separately.


This addresses bug QPID-3317.
    https://issues.apache.org/jira/browse/QPID-3317


Diffs
-----


Diff: https://reviews.apache.org/r/7412/diff/


Testing
-------

Used the existing AddressBasedDestinationTest to verify the new work.
Currently looking at adding unit tests to cover the code. Will update the patch 
with this.


Thanks,

rajith attapattu

Reply via email to