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