[rabbitmq-discuss] Queue TTL

Matthias Radestock matthias at rabbitmq.com
Thu May 22 10:02:08 BST 2014


On 22/05/14 09:38, Simon MacMullen wrote:
> On 21/05/2014 21:24, charles.sartori at azion.com wrote:
>> I am trying to set my queue to expire in 3 months, looking at docs[1], I
>> should set x-expires to 3 months(in milliseconds), Of course, 3months in
>> miliseconds is to big and I can't do that, I can set expires to max 7
>> days(in miliseconds).
>
> I'm afraid not, it's a known limitation.

...in the broker, which can only cope with timers of 2^32-1 milliseconds 
max duration. That's 49.7 days though, not 7.

Matthias.


More information about the rabbitmq-discuss mailing list