eclipse-ee4j / openmq

OpenMQ
https://projects.eclipse.org/projects/ee4j.openmq/
Other
52 stars 34 forks source link

Stomp bridge does not support heartbeats #361

Open glassfishrobot opened 9 years ago

glassfishrobot commented 9 years ago

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]

glassfishrobot commented 6 years ago
glassfishrobot commented 9 years ago

@glassfishrobot Commented Reported by smithsos

glassfishrobot commented 9 years ago

@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 9 years ago

@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 9 years ago

@glassfishrobot Commented @amykang2020 said: Support for heart-beat header will be added in a future release.

glassfishrobot commented 7 years ago

@glassfishrobot Commented This issue was imported from java.net JIRA MQ-361