Hello,

I noticed that Apollo 1.3 include a heart-beat header in CONNECTED frames with value 100,10000

This value seems to be constant, even if the client uses Stomp 1.0. Does this header mean that in Stomp 1.0 mode

* the broker will send a heart-beat signal every 100 milliseconds
* the broker expects a message (or a heart-beat signal) from the client every 10000 milliseconds

or does this header have no actual meaning in Stomp 1.0 mode?

Example:

CONNECT
login:admin
passcode:password
accept-version:1.0
server:localhost

CONNECTED
version:1.0
server:apache-apollo/1.3
session:mybroker-7da
heart-beat:100,10000
user-id:admin

Regards

--
Michael Justin
habarisoft - Enterprise Messaging Software for Delphi
http://www.habarisoft.com/

Reply via email to