<html><head><base href="x-msg://1181/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div><br></div><div>As long as you declared the queue durable, the messages should arrive there, even if there's no consumer getting messages from that queue, that is: a consumer connected to the server that issued a 'basic.consume' command.</div><div><br></div><div>But� if you publish your messages using the 'immediate' flag, then the server will route the message if there's a consumer attached to said queue. See here for more details:&nbsp;<a href="http://www.rabbitmq.com/amqp-0-9-1-reference.html#basic.publish.immediate">http://www.rabbitmq.com/amqp-0-9-1-reference.html#basic.publish.immediate</a></div><div><br></div><div>Regarding the second question I don't understand it quite well.</div><div><br></div><div>Cheers,</div><div><br></div><div>Alvaro</div><div><br><div><div>On Apr 5, 2011, at 10:30 PM, Simon Thompson wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div lang="EN-GB" link="blue" vlink="purple"><div class="WordSection1" style="page: WordSection1; "><p class="MsoNormal" style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 10pt; margin-left: 0cm; line-height: 17px; font-size: 11pt; font-family: Calibri, sans-serif; ">How can RabbitMQ be configured to guarantee delivery to Queue even if no subscriber listening.&nbsp; Is it just a case of creating a permanent (none deleted) queue attached to an exchange ?&nbsp; Is it also possible to guarantee delivery to specific queue and fan-out to all other registered queues, or is this configuration two exchanges one for specific queue and the other for the fan-out ?<o:p></o:p></p><p class="MsoNormal" style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 10pt; margin-left: 0cm; line-height: 17px; font-size: 11pt; font-family: Calibri, sans-serif; ">Thanks<o:p></o:p></p><p class="MsoNormal" style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 10pt; margin-left: 0cm; line-height: 17px; font-size: 11pt; font-family: Calibri, sans-serif; ">Simon<o:p></o:p></p><p class="MsoNormal" style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 10pt; margin-left: 0cm; line-height: 17px; font-size: 11pt; font-family: Calibri, sans-serif; "><o:p>&nbsp;</o:p></p></div>_______________________________________________<br>rabbitmq-discuss mailing list<br><a href="mailto:rabbitmq-discuss@lists.rabbitmq.com" style="color: blue; text-decoration: underline; ">rabbitmq-discuss@lists.rabbitmq.com</a><br><a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" style="color: blue; text-decoration: underline; ">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br></div></span></blockquote></div><br></div></body></html>