-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67661/
-----------------------------------------------------------
Review request for qpid, Alan Conway and Ted Ross.
Bugs: DISPATCH-1020
https://issues.apache.org/jira/browse/DISPATCH-1020
Repository: qpid-dispatch
Description
-------
The default expiry policy for a terminus is session-end. Now that link routed
links share a session by default, this is likely not what is wanted (terminus
state on a broker would have to be kept until the session ended, which is when
the connection between broker and router ends). This change propagates an
explicit link-detach policy where none is explicitly requested by the client.
If the client does request an explicit policy, that is propagated without
alteration.
Note this requires a change to proton PROTON-1866,
https://reviews.apache.org/r/67659/
Diffs
-----
include/qpid/dispatch/router_core.h 8f144b0
src/router_core/connections.c 5fdc3bf
src/router_core/terminus.c 4c0e0a3
tests/system_tests_link_routes.py 57e6d41
Diff: https://reviews.apache.org/r/67661/diff/1/
Testing
-------
Automated tests added, all existing tests pass.
Thanks,
Gordon Sim