org.apache.activemq.apollo.mqtt
Tracks active sessions so that we can ensure that a given session id is only associated with once connection at a time. If a client tries to establish a 2nd connection, the first one will be closed before the session is switch to the new connection.
Tracks active sessions so that we can ensure that a given session id is only associated with once connection at a time. If a client tries to establish a 2nd connection, the first one will be closed before the session is switch to the new connection.