[rabbitmq-discuss] AD Queues Not AutoDeleting
Chris
stuff at moesel.net
Tue Apr 2 23:07:24 BST 2013
>> So you want a temporary queue that will be mirrored and needs to
preserve messages when the client disconnects?
Ha. When you put it that way, it sounds like a foolish request, doesn't
it? I think maybe my best bet is to setup the queue with an expiry policy.
That way I can give my client some time to reconnect, but if they never
reconnect, I can eventually trash the queue... Maybe that is the answer
for me...
-Chris
On Tue, Apr 2, 2013 at 2:25 PM, Michael Klishin <michael.s.klishin at gmail.com
> wrote:
>
> 2013/4/2 Chris <stuff at moesel.net>
>
>> Or to put it another way: I think that if I want to be sure not to lose
>> messages during a reconnection, I have to reconnect to the same queue, and
>> therefore that queue cannot be declared exclusive. Which leads to the next
>> question: If it is declared autodelete, do I have a small grace period in
>> which I can reconnect and resubscribe before it autodeletes itself?
>
>
> I would not rely on that. It would create a race condition that will cause
> a lot of operational pain.
>
> So you want a temporary queue that will be mirrored and needs to preserve
> messages when the client disconnects?
> --
> MK
>
> http://github.com/michaelklishin
> http://twitter.com/michaelklishin
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130402/cdc0dbba/attachment.htm>
More information about the rabbitmq-discuss
mailing list