stompgem / stomp

A ruby gem for sending and receiving messages from a Stomp protocol compliant message queue. Includes: failover logic, ssl support.
http://stomp.github.com
Apache License 2.0
152 stars 80 forks source link

Stomp#Client and MaxReconnectAttempts Failures #137

Closed gmallard closed 6 years ago

gmallard commented 7 years ago

Recent work on examples indicates that MaxReconnectAttempts exceptions remains problematic for Stomp#Clients.

Stomp:Connection users are unaffected.

Symptoms can include:

This needs further experimentation and analysis to determine a proper course of action.

gmallard commented 7 years ago

Commit a098b7e addresses this issue.

MaxReconnectAttempts is now issued properly for: