Just like in AMQ-6046, WebSocket connections can encounter a deadlock when the Jetty side allows for concurrent access to the Transport instance that forwards commands onto the broker core.
This was fixed for Stomp in AMQ-6046 but also needs to be fixed for MQTT.
Attachments
Issue Links
relates to
AMQ-6046Concurrent access to a Transport from WebSocket client can deadlock