[
https://issues.apache.org/jira/browse/DISPATCH-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17040363#comment-17040363
]
ASF GitHub Bot commented on DISPATCH-1577:
------------------------------------------
kgiusti commented on pull request #690: DISPATCH-1577: open separate
inter-router sessions for data and control
URL: https://github.com/apache/qpid-dispatch/pull/690
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Create multiple inter-router sessions for different types of traffic
> --------------------------------------------------------------------
>
> Key: DISPATCH-1577
> URL: https://issues.apache.org/jira/browse/DISPATCH-1577
> Project: Qpid Dispatch
> Issue Type: Improvement
> Components: Router Node
> Affects Versions: 1.10.0
> Reporter: Ken Giusti
> Assignee: Ken Giusti
> Priority: Major
> Fix For: 1.11.0
>
>
> Currently the router creates a single AMQP session per inter-router
> connection. All inter-router traffic shares this single session.
> This patch adds the ability for a router to create separate sessions for
> router control and data links.
> It defines several classes for session use:
> * endpoint - client based
> * router_control - session for inter-router control links
> * router_data - session for inter-router data links
> A session is allocated per class on demand. E.g. All inter-router data
> links share the same router_data session, all inter-router (and edge control)
> links share the router_control session, etc.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]