[
https://issues.apache.org/jira/browse/DISPATCH-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16657253#comment-16657253
]
ASF GitHub Bot commented on DISPATCH-1143:
------------------------------------------
Github user kgiusti commented on a diff in the pull request:
https://github.com/apache/qpid-dispatch/pull/393#discussion_r226742384
--- Diff: python/qpid_dispatch_internal/management/config.py ---
@@ -67,6 +67,7 @@ def transform_sections(sections):
if s[0] == "autoLink": s[0] = "router.config.autoLink"
if s[0] == "exchange": s[0] = "router.config.exchange"
if s[0] == "binding": s[0] = "router.config.binding"
+ if s[0] == "attachSubscription": s[0] =
"router.connection.attachSubscription"
--- End diff --
See previous.
> Connection-scoped link routes
> -----------------------------
>
> Key: DISPATCH-1143
> URL: https://issues.apache.org/jira/browse/DISPATCH-1143
> Project: Qpid Dispatch
> Issue Type: New Feature
> Reporter: Ken Giusti
> Assignee: Ken Giusti
> Priority: Major
>
> A new type of link route that exists only as long as the connection over
> which it has been created remains open. The new link route is automatically
> bound to that connection (cannot specify a different container-id nor
> connection). Once the connection closes the link route's configuration
> vanishes.
> More detail TBA....
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]