[rabbitmq-discuss] rabbitmq-c confirmation
3k4b251
314992959 at qq.com
Tue Jul 9 07:30:32 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/rabbitmq-c-confirmation-tp27910p27916.html
Sent from the RabbitMQ mailing list archive at Nabble.com.
More information about the rabbitmq-discuss
mailing list