mq icon indicating copy to clipboard operation
mq copied to clipboard

implement heart beat messages

Open bradrydzewski opened this issue 8 years ago • 5 comments

implement heart beat messages with the ability to kill connections not responding to the server within the designated timeout period https://stomp.github.io/stomp-specification-1.2.html#Heart-beating

bradrydzewski avatar Nov 17 '16 16:11 bradrydzewski

I have an initial prototype in feature/reconnect branch that implements a very simple, non-configurable heartbeat. I will test and merge into master if this works, and submit a follow-up PR for making it configurable based on the STOMP heart-beat header parameter

bradrydzewski avatar Nov 22 '16 13:11 bradrydzewski

@bradrydzewski great. Let me know if I can help testing this in some way. If you've got a built binary for amd64, I am happy to test it.

vaijab avatar Nov 22 '16 15:11 vaijab

Thanks! I have drone/drone:1.0.1 image available for testing. I have a docker compose file w/ Nginx that I can post later too

bradrydzewski avatar Nov 22 '16 15:11 bradrydzewski

I have drone/drone:1.0.1 image available for testing

I just tried puling it ~> docker pull drone/drone:1.0.1 Error response from daemon: manifest unknown: manifest unknown

vaijab avatar Nov 22 '16 15:11 vaijab

Oops, sorry, meant drone/mq:1.0.1

bradrydzewski avatar Nov 22 '16 15:11 bradrydzewski