rabbitmq-cli-consumer icon indicating copy to clipboard operation
rabbitmq-cli-consumer copied to clipboard

Create a setting for heartbeat

Open man0l opened this issue 8 years ago • 0 comments

Heartbeats helps the server to identify the inactive connections: https://www.rabbitmq.com/heartbeats.html

The default amqp library has itself default setting for heartbeat: https://github.com/ricbra/rabbitmq-cli-consumer/blob/master/consumer/consumer.go#L219

But it would be great to be setting in the configuration file.

man0l avatar Jun 03 '16 07:06 man0l