Re: Apollo usage of heart-beat header in Stomp 1.0 CONNECTED frame

2012-06-25 Thread Hiram Chirino
Hi Michael, Please refer to the heart beating section of the STOMP 1.1 spec for more details [1]. In short, since a STOMP 1.0 connection does send the 'heart-beat' header, it's the same as if the client would have sent a 'heart-beat:0,0' which means ti does not want any heart beats from the sever

Apollo usage of heart-beat header in Stomp 1.0 CONNECTED frame

2012-06-24 Thread Michael Justin
Hello, I noticed that Apollo 1.3 include a heart-beat header in CONNECTED frames with value 100,1 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 brok