rabbitmq / rabbitmq-stomp

RabbitMQ STOMP plugin
https://www.rabbitmq.com/stomp.html
Other
49 stars 28 forks source link

Disable heartbeats when start fun is undefined #49

Closed essen closed 8 years ago

essen commented 8 years ago

Allow passing 'undefined' instead of a fun for the start function. When the processor receives this value, it simply uses 0,0 as the heartbeat values which disables heartbeats completely and is reported back to the client properly.

Fix for https://github.com/rabbitmq/rabbitmq-web-stomp/issues/28