-
Bug
-
Resolution: Done
-
Major
-
9.0.0.CR2
-
None
-
None
STOMP errors do not get logged at all, for example "HQ222068: connection closed ..." on unclean connection close.
Also, apparently due to the same root cause (or at least fixed by the same fix), for example connecting with an unsupported STOMP version just hangs instead of responding with the ERROR frame.
With the dependency in place, connection closed warnings do get logged properly:
19:53:01,495 WARN [org.hornetq.core.protocol.stomp] (Thread-88) HQ222068: connection closed org.hornetq.core.protocol.stomp.StompConnection@51881e0
...and unsupported version connects get a proper error response: