Ken Giusti created DISPATCH-1577: ------------------------------------ Summary: 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 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: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org