[rabbitmq-discuss] New to Rabbit in C#

Michael Klishin mklishin at gopivotal.com
Wed Jun 11 01:13:53 BST 2014


 On 11 June 2014 at 04:11:52, Andre (andretodd at verizon.net) wrote:
> > I had channel.WaitForConfirms(); I assume I should insert  
> bulk messages like 100 then call channel.WaitForConfirms();? 

Correct.

> Does it matter channel.WaitForConfirms() or channel.WaitForConfirmsOrDie();  

The former returns a boolean value (were all published messages acknowledged
successfully?), the latte throws an exception.
--  
MK  

Software Engineer, Pivotal/RabbitMQ


More information about the rabbitmq-discuss mailing list