9702053af2
The class org.apache.activemq.artemis.core.protocol.openwire.OpenWireConnection in ActiveMQ Artemis is based on org.apache.activemq.broker.TransportConnection from ActiveMQ Classic, and in the latter there is null check that doesn't exist in the former. Therefore, I think it's worth adding this check. The info should never be null since it is passed in off the wire from the OpenWire marshaller, and state.getSessionIds() should also never return null because the underlying ConcurrentMap is initialized when ConnectionState is created. |
||
---|---|---|
.. | ||
src | ||
pom.xml |