[rabbitmq-discuss] WCF and queue creation

Jon Graham Jonathan.Graham at uk.mizuho-sc.com
Tue Jun 15 14:52:58 BST 2010


Emile,


try replacing line 171 in RabbitMQInputChannel with:
> 
> string queue = m_model.QueueDeclare(LocalAddress.Uri.AbsolutePath, true);
> 
> This will cause the service queue to have a fixed name and be durable. 
> The queue will then accumulate requests in the event of service B 
> temporarily disconnecting.

This did the trick - thanks!

A few things have occurred to me that may help increase the usefulness of
the WCF binding, but I'll start another thread about this when I have a few
minutes.

Regards,
Jon
-- 
View this message in context: http://old.nabble.com/WCF-and-queue-creation-tp28842204p28891609.html
Sent from the RabbitMQ mailing list archive at Nabble.com.



More information about the rabbitmq-discuss mailing list