Steve,<br><br>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.<br>
<br>Hope this helps.<br><br>Regards,<br>Ed.<br><br><div class="gmail_quote">On Mon, Oct 27, 2008 at 2:38 PM, Steve Weaver <span dir="ltr"><<a href="mailto:weaveinator@gmail.com">weaveinator@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi -<br>
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.<br>
<br>
Also, if anyone knows of articles on client/server communication over SSL or SSH?<br>
<br>
Thanks very much in advance for any help!!<br><font color="#888888">
Steve
</font><br>_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
<br></blockquote></div><br>