NilMessageError is raised if:
Invalid (nil) data is received from the Stomp server in a client's
listener thread, and the connection is not reliable.
# File lib/stomp/errors.rb, line 228 def message "Received message is nil, and connection not reliable" end