<br clear="all">Hi,<br><br>I noticed in the looking over the examples that the ratio of 
channels to queue is almost one-to-one. In my applications I just open 
one channel and then create the queues I need using it.<br><br>Examples 
based code:<br>
<br>    MQ.new.queue(&#39;1&#39;).subscribe ...<br>    
MQ.new.queue(&#39;2&#39;).subscribe ..<br>    MQ.new.queue(&#39;2&#39;).publish ...<br><br><br>My
 usage style:<br><br>   amq = MQ.new<br>   q1 = amq.queue(&#39;1&#39;)<br>
   q2 = amq.queue(&#39;2&#39;)<br><br>   q1.subscribe ..<br>   q2.subscribe ..<br>  
 q2.publish ...<br><br>Which approach is better and why?  Are there any 
documents that I can reference that give guidelines on this?<br><br>Thanks<br>John<br>-----<br>John Goodson<br><br>