[rabbitmq-discuss] Durable queues and high availability	(broker failage)
    Wilson Ke 
    wilson.ke at wealthcraft.com
       
    Wed Jul 29 03:34:51 BST 2009
    
    
  
Hi Matthias,
	I follow your correct suggestion, and settle my trouble, thanks very much!
Best Regards,
Wilson
-----Original Message-----
From: Matthias Radestock [mailto:matthias at lshift.net] 
Sent: 2009年7月29日 10:03
To: Wilson Ke
Cc: 'rabbitmq-discuss at lists.rabbitmq.com'
Subject: Re: [rabbitmq-discuss] Durable queues and high availability (broker failage)
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