I use rabbitMQ queues wuth WCF .net.<div>My config looks like:</div><div><div>&nbsp;&lt;rabbitMQBinding&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;binding name="rabbitMQConfig"</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;hostname="localhost"</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;receiveTimeout="00:00:01"</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;sendTimeout="00:00:01" port="5672"</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;protocolversion="AMQP_0_9_1"</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oneWay="true"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;/rabbitMQBinding&gt;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp;and my service is:</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;endpoint name="SelectImageActivity" address="soap.amqp:///TryQueue" binding="rabbitMQBinding" bindingConfiguration="rabbitMQConfig" contract="IMessageSender" /&gt;</div><div><br></div><div>It works with this config.</div><div><br></div><div>&nbsp;Now I want to use queues with HA parameter but my service don't get any message from the queue.</div><div>What I need to change to get it works?</div><div><br></div><div>thannk!</div><div>&nbsp; &nbsp;</div></div>