Stomp::Error::ProtocolError11p
ProtocolErrorConnect is raised if:
Incomplete Stomp 1.1 headers are detected during a connect.
# File lib/stomp/errors.rb, line 109 def message "STOMP 1.1+ CONNECT error, missing/incorrect CONNECT headers" end