[rabbitmq-discuss] Config rabbitMQ to load balance

Emile Joubert emile at rabbitmq.com
Wed Dec 5 10:35:33 GMT 2012


Hi,

On 04/12/12 13:21, Hadas wrote:
>   Now I want to use queues with HA parameter but my service don't get
> any message from the queue.

We do plan to make it possible to exercise more control over the 
properties of queues in the WCF binding, but this is not possible as a 
configuration option yet.

In the meantime you can modify the library and change the way queues are 
declared. The declaration is at this location:

http://hg.rabbitmq.com/rabbitmq-dotnet-client/file/04c9091a663e/projects/wcf/RabbitMQ.ServiceModel/src/serviceModel/RabbitMQInputChannel.cs#l153

Also bear in mind that from version 3.0.0 you can set policies that 
control whether queues are HA. Unfortunately queue names are 
autogenerated, so there is no easy way to make the policy apply only to 
queues generated by the WCF binding. For more details see

http://www.rabbitmq.com/ha.html



-Emile





More information about the rabbitmq-discuss mailing list