<br><br><div class="gmail_quote">2011/7/9 Demiss Zike <span dir="ltr">&lt;<a href="mailto:habtdemis@gmail.com">habtdemis@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

However, I am getting CS1501: No overload for method &#39;QueueDeclare&#39; takes 2 arguments. </blockquote><div> <br>According to <a href="http://www.rabbitmq.com/releases/rabbitmq-dotnet-client/v2.5.1/rabbitmq-dotnet-client-2.5.1-user-guide.pdf">http://www.rabbitmq.com/releases/rabbitmq-dotnet-client/v2.5.1/rabbitmq-dotnet-client-2.5.1-user-guide.pdf</a>, QueueDeclare takes at least 4 arguments: name, durability, exclusivity and auto-deletion setting. Why don&#39;t you just follow examples from that user guide, it seems to be pretty extensive and includes code examples.<br>

<br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">My question is 1) can i declare multiple queues to then use fanout exchange and publish a message to multiple queues?</blockquote>

<div><br>Yes.<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">2) what is the last argument for QueueBind?</blockquote></div><br>Binding arguments. More about bindings can be found in AMQP 0.9.1 spec document (introductory chapters are a pretty easy read) <a href="http://bit.ly/hw2ELX">http://bit.ly/hw2ELX</a>.<br clear="all">

<br>-- <br>MK<br><br><a href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br><a href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br>

<br>