[rabbitmq-discuss] WCF and queue creation

Jon Graham Jonathan.Graham at uk.mizuho-sc.com
Mon Jun 14 18:47:55 BST 2010


Hi Emile,


Emile Joubert-2 wrote:
> If you are comfortable with recompiling the ServiceModel 
> project in order to experiment with a possible approach, 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.

Thanks - I'll try this and report back.


Caveats apply: This code has not been through our formal QA process. It 
> is meant for experimentation only and may break other things.

Understood.

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



More information about the rabbitmq-discuss mailing list