mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-26 08:59:09 +00:00
Add messages for number of active sessions/connections
Issue: SPR-11531
This commit is contained in:
+2
-1
@@ -397,7 +397,8 @@ public class StompBrokerRelayMessageHandler extends AbstractBrokerMessageHandler
|
||||
}
|
||||
|
||||
if (SimpMessageType.CONNECT.equals(messageType)) {
|
||||
logger.debug("Processing CONNECT in session=" + sessionId);
|
||||
logger.debug("Processing CONNECT in session=" + sessionId +
|
||||
", number of connections=" + this.connectionHandlers.size());
|
||||
headers.setLogin(this.clientLogin);
|
||||
headers.setPasscode(this.clientPasscode);
|
||||
if (getVirtualHost() != null) {
|
||||
|
||||
Reference in New Issue
Block a user