[rabbitmq-discuss] Publisher Confirms support in Rabbitmq-c client.

3k4b251 314992959 at qq.com
Tue Jul 9 07:29:06 BST 2013


I  usually   do  like  this:    


 res  =  amqp_basic_publish(....);

if(res <0)
{
     //   Publish   faild
}     

//Publish  Ok.


It   menns   message  already   pass to  queue  or  exchange ?  

if  not,  I  try  to  use  confirm  like you say .
I'd like  to  use   amqp_wait_simple_frame()  after  amqp_basic_publish();   
But  it  seems  like  that  I  just  receive  the message body  header  and 
others.   not   the  ack.



--
View this message in context: http://rabbitmq.1065348.n5.nabble.com/Publisher-Confirms-support-in-Rabbitmq-c-client-tp20862p27915.html
Sent from the RabbitMQ mailing list archive at Nabble.com.


More information about the rabbitmq-discuss mailing list