[rabbitmq-discuss] Messages unexpectedly moving from Unacked to Ready
Matthias Radestock
matthias at rabbitmq.com
Fri Jan 31 13:58:18 GMT 2014
On 31/01/14 11:44, Patrick Long wrote:
> Wrt the AMQP heartbeat. We are using the official >NET client and I am
> now setting the RequestedHeartbeat property, on the factory, to 10
> (seconds).
>
> Is that how I control that heartbeat? It was defaulting 0.
The hearbeat can be controlled server-side too. See the 'heartbeat'
config item in http://www.rabbitmq.com/configure.html#config-items
Most clients, the .net client included, will take the server's
suggestion when that is lower than their own (or their own is 0 i.e.
infinity).
Matthias.
More information about the rabbitmq-discuss
mailing list