<html><head></head><body bgcolor="#FFFFFF"><div>Take a look at <a href="http://rabbitmq.com/tutorials/tutorial-three-python.html">http://rabbitmq.com/tutorials/tutorial-three-python.html</a><br></div><div><br>On 3 Oct 2012, at 16:06, "Upreti, Prabodh" &lt;<a href="mailto:Prabodh.Upreti@vce.com">Prabodh.Upreti@vce.com</a>&gt; wrote:<br><br></div><div></div><blockquote type="cite"><div><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"><meta name="Generator" content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--><div class="WordSection1"><p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222;background:white">Hello</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;"><o:p></o:p></span></p><p class="MsoNormal" style="background:white;vertical-align:baseline"><span style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222"><o:p>&nbsp;</o:p></span></p><p class="MsoNormal" style="background:white;vertical-align:baseline"><span style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222">I have 5 pre-built queues with specific routing keys. &nbsp;I may have 20 consumers consuming these queues. &nbsp;My problem is if I have 5 consumers bound to a queue they all get a message in a round robin fashion. &nbsp;I would like to be able to provide the same message to those 5 consumers. &nbsp;Is there a way to do this? &nbsp;I do know that if I create 5 more queues with the same routing keys and assign it to each consumer, they will all receive that message. &nbsp;<o:p></o:p></span></p><p class="MsoNormal" style="background:white;vertical-align:baseline"><span style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222"><o:p>&nbsp;</o:p></span></p><p class="MsoNormal" style="background:white;vertical-align:baseline"><span style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222">I don't want to do that because then I have to maintain too many queues. &nbsp;I have to make sure to bind the consumer with the right queue etc.<o:p></o:p></span></p><p class="MsoNormal" style="background:white;vertical-align:baseline"><span style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222"><o:p>&nbsp;</o:p></span></p><p class="MsoNormal" style="background:white;vertical-align:baseline"><span style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222">I would appreciate any input. &nbsp;thank you.<o:p></o:p></span></p><p class="MsoNormal" style="background:white;vertical-align:baseline"><span style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222"><o:p>&nbsp;</o:p></span></p><p class="MsoNormal" style="background:white;vertical-align:baseline"><span style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222">regards<o:p></o:p></span></p><p class="MsoNormal" style="background:white;vertical-align:baseline"><span style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222">pu<o:p></o:p></span></p><p class="MsoNormal"><o:p>&nbsp;</o:p></p></div></div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>rabbitmq-discuss mailing list</span><br><span><a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a></span><br><span><a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a></span><br></div></blockquote></body></html>