[rabbitmq-discuss] Durable queues and high availability	(broker failage)
    Matthias Radestock 
    matthias at lshift.net
       
    Wed Jul 29 03:02:48 BST 2009
    
    
  
Wilson,
Wilson Ke wrote:
> I declare exchange and queue are durable, and met all what you said. Now 
> I post my code lines to below,
I think I have spotted the problem:
Your PublishMessage function has "props.DeliveryMode = 2", which is
correct. But that props object then isn't used for anything, so its
settings are ignored.
Regards,
Matthias
    
    
More information about the rabbitmq-discuss
mailing list