[rabbitmq-discuss] Recovering Messages when exchange, queue, or broker dies

Edwin Fine rabbitmq-discuss_efine at usa.net
Mon Oct 27 19:03:54 GMT 2008


Steve,

AFAIK the broker will automatically send unconsumed messages when you
reconnect a client to it. If in the meantime the broker has gone down and
come back up again, then it will send only persistent messages that it has
in its journal. I think the queue containing the persistent messages had to
have been created as durable = true and autodelete = false prior to sending
the messages.

Hope this helps.

Regards,
Ed.

On Mon, Oct 27, 2008 at 2:38 PM, Steve Weaver <weaveinator at gmail.com> wrote:

> Hi -
> Im new to RabbitMQ and was wondering if anyone can point me to good
> documentation on how to recover (replay log files or config server or ??)
> persisted messages in the queue that were not consumed?  I have the server
> running and C# producers and consumers working - just having problems with
> the recovery stuff.
>
> Also, if anyone knows of articles on client/server communication over SSL
> or SSH?
>
> Thanks very much in advance for any help!!
> Steve
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> http://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/20081027/92c59761/attachment.htm 


More information about the rabbitmq-discuss mailing list