Dedeepya-T commented on a change in pull request #71:
URL: https://github.com/apache/qpid-broker-j/pull/71#discussion_r529244724
##########
File path:
broker-plugins/amqp-0-10-protocol/src/main/java/org/apache/qpid/server/protocol/v0_10/ServerConnectionDelegate.java
##########
@@ -409,8 +413,9 @@ public void sessionAttach(final ServerConnection
serverConnection, final Session
final ServerSession serverSession =
new ServerSession(serverConnection, serverSessionDelegate,
new Binary(atc.getName()), 0);
+ String peerSessionName =
getPeerSessionName(serverSession.getName().getBytes());
Review comment:
Inlined!
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]