[rabbitmq-discuss] Examining Queue Failover Behavior

Jason J. W. Williams jasonjwwilliams at gmail.com
Mon Feb 9 17:45:24 GMT 2009


Hi Ben,

No problem. I appreciate the response. They are durable:

        chan_recv.queue_declare(queue=queue_name,
                                durable=True,
                                auto_delete=False)

-J

On Mon, Feb 9, 2009 at 3:27 AM, Ben Hood <0x6e6562 at gmail.com> wrote:
> Jason,
>
> On Fri, Feb 6, 2009 at 8:15 PM, Jason J. W. Williams
> <jasonjwwilliams at gmail.com> wrote:
>> I'm playing around with cluster failover right now. During a failover
>> event, I expected that unconsumed messages on a failed node would not
>> be moved. However, I did expect the queue to be recreated on the still
>> up node. Instead, it appears the queue does not appear on the other
>> node until an app recreates it. This correct?
>
> Sorry about the latency of this response :-(
>
> Are you talking about durable or non-durable queues?
>
> Ben
>




More information about the rabbitmq-discuss mailing list