<div dir="ltr"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Hi, </span><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><div>The queue's names is ok, the true address is address="soap.amqp://amq.direct/ParseTemplateQueue".</div>
<div><br></div><div>I try the 'AnthonySteele-RabbitMQ-.Net-demos-259a724' sample. It works fine.</div><div>But it uses code for create channel and I want to use enpoint in the app.config.</div><div>(I didn't find sample with using config)</div>
<div>Thanks</div></div><br><div class="gmail_quote">2012/9/13 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>
<div class="im"><br>
On 12/09/12 13:33, Hadas wrote:<br>
> now I want to use the RabbitMQ. the sending to queue works fine, but my<br>
<br>
</div>I understand you want to replace MSMQ with RabbitMQ, and some parts are<br>
not working.<br>
<br>
I would suggest first running the WCF examples included with the<br>
RabbitMQ client library. This will validate your environment and provide<br>
a working baseline that you can compare your further work against.<br>
<br>
> address="soap.amqp://amq.direct/Queue"<br>
<br>
Using the word "Queue" for a service name can be confusing, Service<br>
names will be created as bindings.<br>
<div class="im"><br>
> From | Routing key | Arguments<br>
> amq.direct | /ParseTemplateQueue |<br>
> (AMQP default) | ParseTemplateQueue |<br>
<br>
</div>I would expect this if the service was called "ParseTemplateQueue".<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
-Emile<br>
</font></span></blockquote></div></div>