class Stomp::Error::MaxReconnectAttempts
MaxReconnectAttempts
is raised if:
-
The maximum number of retries has been reached for a reliable connection.
Public Instance Methods
Source
# File lib/stomp/errors.rb, line 85 def message "Maximum number of reconnection attempts reached" end