Open glassfishrobot opened 9 years ago
@glassfishrobot Commented Reported by smithsos
@glassfishrobot Commented @amykang2020 said: The heart-beat header is optional in STOMP 2.0 specificaiton, and OpenMQ STOMP service currently doesn't support heart-beat.
@glassfishrobot Commented smithsos said: Thanks, I was unable to find any documentation as to whether this was supported or not. Is it planned to add support for this in any near term releases or is it low priority?
@glassfishrobot Commented @amykang2020 said: Support for heart-beat header will be added in a future release.
@glassfishrobot Commented This issue was imported from java.net JIRA MQ-361
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]