简体   繁体   中英

How to check if message is delivered to any single queue

I am using rabbitmq-c lib in linux. I want to so basic request and response. I have used amqp_basic_publish with mandatory field as true , I just want to know is that message is delivered any queue. i want basic c example for that.

只需处理AMQP_BASIC_RETURN_METHOD响应,例如查看Rabbitmq-c库随附的amqps_consumer.c示例

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM