<DIV>Hi,</DIV>
<DIV>I am a newer for rabbitMQ,when i read the 
<LI><A class=selected href="http://www.rabbitmq.com/getstarted.html"><U><FONT color=#810081>Tutorials</FONT></U></A>&nbsp;6 rpc, i notice that client publish a message :<SPAN class=n>channel</SPAN><SPAN class=o>.</SPAN><SPAN class=na>basicPublish</SPAN><SPAN class=o>(</SPAN><SPAN class=s>""</SPAN><SPAN class=o>,</SPAN> <SPAN class=s>"rpc_queue"</SPAN><SPAN class=o>,</SPAN> <SPAN class=n>props</SPAN><SPAN class=o>,</SPAN> <SPAN class=n>message</SPAN><SPAN class=o>.</SPAN><SPAN class=na>getBytes</SPAN><SPAN class=o>());</SPAN><BR>1. &nbsp;i check in the sdk,the second parameter is routing key,but explaination show:</LI>
<LI>"The request is sent to an <SPAN class="code ">rpc_queue</SPAN> queue" ,it is correct? i think it will be sent to any queue?</LI></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<LI>2. when the server receive this message ,why no need to binding?because it use default exchange?</LI></DIV>
<DIV>&nbsp;</DIV>
<DIV>anyone know the answer please kindly reply me as soon,thanks.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>