-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stomp bridge does not support heartbeats #361
Comments
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented |
|
Heartbeats do not appear to be support by the stomp bridge. Attempts to connect with not zero heartbeat values will always have 0,0 returned in the heartbeat header of the connected message.
Example output from telnet is below:
CONNECT
host:localhost
login:admin
passcode:admin
accept-version:1.2
heart-beat:1000,1000
^@
CONNECTED
session:7063978975437788160[null]
version:1.2
heart-beat:0,0
server:Open Message Queue / Oracle GlassFish(tm) Server Message Queue
Affected Versions
[5.1.1]
The text was updated successfully, but these errors were encountered: