RuntimeError
ProtocolErrorEmptyHeaderValue is raised if:
Any header value is empty (“”) and
Connection protocol level == 1.0
# File lib/stomp/errors.rb, line 85 def message "Empty header value, STOMP 1.0" end