<div dir="ltr">Thanks for all your help!<div><br></div><div><div>I see your answer to change the queue declaration�in RabbitMQInputChannel.cs.cs file .</div><div>I have changed this to the next row and it works fine:</div>
</div><div><div>� � � //Create a queue for messages destined to this service, bind it to the service URI routing key</div><div>� � � string queue = m_model.QueueDeclare(LocalAddress.Uri.AbsolutePath.TrimStart(&#39;/&#39;),true,false,false,null);</div>
<div><br></div><div><br></div><br><div class="gmail_quote">2012/9/13 Emile Joubert <span dir="ltr">&lt;<a href="mailto:emile@rabbitmq.com" target="_blank">emile@rabbitmq.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<div class="im"><br>
On 13/09/12 11:03, Hadas wrote:<br>
&gt; I try the &#39;AnthonySteele-RabbitMQ-.Net-demos-259a724&#39; sample. It works fine.<br>
<br>
</div>Those examples do not make use of WCF. I had mistakenly assumed your<br>
problem was related to WCF. If you explain in more detail what you did,<br>
what results you expected and what results you received; then it might<br>
be possible to offer help.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
-Emile<br>
<br>
</font></span></blockquote></div></div></div>