<div>Hi,</div>
<div>�</div>
<div>are there any good RMQ examples, or�documentation�for routing keys?</div>
<div>�</div>
<div>Essentially, I&#39;d like to have a control stream that can accept broadcasts for all nodes, messages for a type of node, or messages intended for a specific node (or subtype).</div>
<div>�</div>
<div>all.category1.nodeType.nodeName</div>
<div>�</div>
<div>potential routing keys:</div>
<div>all.*</div>
<div>*.nodeType.*</div>
<div>
<div>all.category1.nodeType.nodeName�� -- full path</div>
<div>�</div>
<div>On a per node basis, is that three extra channels &amp; 3 extra threads?� OR: I figure it&#39;d be easier if these three routing keys were attached to one queue.�Is there a secret comma operator for routing keys that I&#39;m not aware of for use with QueueBind?� If I call QueueBind three times, will the result be cumulative? Are channels expensive on the RMQ server? How about on the client side?� </div>

<div>�</div>
<div>I&#39;ll be testing this, but if someone could provide a little advice it&#39;d be appreciated.</div>
<div>�</div>
<div>thanks,</div>
<div>-Steven</div></div>