<div dir="ltr"><div>Thanks for respones!</div><div><br></div><div>I use msmq for send and recive �message message.</div><div>In the WCF&#39;s config I have enpoint for the msmq queue. when message arrives to the queue ,WCF recive it and run code.</div>
<div><br></div><div>now I want to use the RabbitMQ. the sending to queue works fine, but my changes in the config in order to use RabbitMQ don&#39;t work.�</div><div>my config now:</div><div>(I add the bindingExtensions and binding for RabbitMQ)</div>
<div>� ��</div><div>� &lt;endpoint name=&quot;Queue&quot; address=&quot;soap.amqp://amq.direct/Queue&quot; binding=&quot;rabbitMQBinding&quot; bindingConfiguration=&quot;rabbitMQConfig&quot; contract=&quot;IMessageSender&quot;&gt;</div>
<div>� �</div><div><br></div><div>this is the queue&#39;s bindings</div><div><table class="bindings updatable">
      <tbody><tr>
        <td>
          

    <table class="list bindings">
      <thead>
        <tr>

          <th>From � � � � � � |</th><th>Routing key � � � � � �|</th>
          <th>Arguments</th>
          <th></th>
        </tr>
      </thead>
      <tbody>
        
           <tr class="alt1">

             <td>
               <a href="http://localhost:55672/#/exchanges/%2F/amq.direct">amq.direct</a>� � � ��|</td>

             <td>/ParseTemplateQueue � |</td><td><br><table class="mini"></table></td></tr></tbody></table></td></tr></tbody></table></div><div><table class="list bindings"><tbody><tr class="alt2"><td><a href="http://localhost:55672/#/exchanges/%2F/amq.default">(AMQP default)</a>� |</td>


             <td>ParseTemplateQueue � �|</td></tr></tbody></table><br></div><div>Any help?</div><div><br></div><div><div class="gmail_quote">2012/9/12 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"><br>
Hi,<br>
<br>
On 12/09/12 12:19, Hadas wrote:<br>
&gt; binding exchange to client and server in wcf, but it auto generate new queue on rabbitmq server, why?<br>
<br>
Client queues are transient, therefore auto-generated.<br>
<br>
&gt; I succeeded to send message to the durable queue I created.<br>
&gt; but my wcf don&#39;t listen to the queues.<br>
&gt;<br>
&gt; what should I do to fix it?<br>
<br>
You have not provided sufficient information to diagnose the problem.<br>
<br>
You should check that you are able to run the WCF examples included with<br>
the project. That will validate your environment. If that works then<br>
please explain what you mean by &quot;wcf don&#39;t listen to the queues&quot;.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
-Emile<br>
<br>
</font></span></blockquote></div></div></div>