Description
When a STOMP frame comes in and the "action" is not known the transport doesn't currently throw a fatal protocol exception. This can lead to issues if the incoming data is corrupt and the transport can continue to try and read more commands from the stream and start logging binary data or reading in garbage commands.