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

ASF GitHub Bot commented on DISPATCH-1143:
------------------------------------------

Github user ted-ross commented on a diff in the pull request:

    https://github.com/apache/qpid-dispatch/pull/393#discussion_r227029464
  
    --- Diff: include/qpid/dispatch/router_core.h ---
    @@ -721,10 +723,11 @@ typedef struct qdr_query_t qdr_query_t;
      * @param name The name supplied for the entity
      * @param in_body The body of the request message
      * @param out_body A composed field for the body of the response message
    + * @param in_conn The identity of the connection over which the mgmt 
message arrived (0 if config file)
      */
     void qdr_manage_create(qdr_core_t *core, void *context, 
qd_router_entity_type_t type,
                            qd_iterator_t *name, qd_parsed_field_t *in_body, 
qd_composed_field_t *out_body,
    -                       qd_buffer_list_t body_buffers);
    +                       qd_buffer_list_t body_buffers, uint64_t in_conn);
    --- End diff --
    
    Yes, I think that is possible.  I'd like to give this some more thought.


> 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: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to