<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'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't work. </div><div>my config now:</div><div>(I add the bindingExtensions and binding for RabbitMQ)</div>
<div> </div><div> <endpoint name="Queue" address="soap.amqp://amq.direct/Queue" binding="rabbitMQBinding" bindingConfiguration="rabbitMQConfig" contract="IMessageSender"></div>
<div> </div><div><br></div><div>this is the queue'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"><<a href="mailto:emile@rabbitmq.com" target="_blank">emile@rabbitmq.com</a>></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>
> 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>
> I succeeded to send message to the durable queue I created.<br>
> but my wcf don't listen to the queues.<br>
><br>
> 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 "wcf don't listen to the queues".<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
-Emile<br>
<br>
</font></span></blockquote></div></div></div>