Stomp::Error::StompException
# File lib/stomp/errors.rb, line 291 def initialize(timeout) @timeout = timeout end
# File lib/stomp/errors.rb, line 295 def message "Read receipt not received after #{@timeout} seconds" end