2012/10/18 scott taggart <span dir="ltr">&lt;<a href="mailto:taggart@taggarts.org" target="_blank">taggart@taggarts.org</a>&gt;</span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div id=":4a4">Can I create a message Q independently of my producers and consumers (before either starts) and then have the producer post messages before any consumer(s) come alive...<br>
</div></blockquote><div><br></div><div>Any application can declare queues, exchanges and bindings.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":4a4">


<br>
can the producer create a Q (if it happens to start before any consumers), and post messages before any consumers start?</div></blockquote></div><div><br></div><div>Messages routed to queues without consumers will just sit there waiting for consumers to appear.</div>

<br>This approach will work, however, your producers will have to know quite a bit about how consumers work (at least what queues <div>and bindings they need).<div>-- <br>MK<br><br>
</div></div>