rabbitmq / rabbitmq-objc-client

RabbitMQ client for Objective-C and Swift
https://rabbitmq.com
Other
241 stars 84 forks source link

How to know a message is already sent to the rabbitmq server? #103

Closed congkinh closed 7 years ago

congkinh commented 7 years ago

Hi,

Could someone tell me how to know if I publish a message and the message really arrives to the rabbitmq server? From client side, I only found information about the connection error, failure, etc. but couldn't find anything related to how to know if the message is really sent. Thanks in advance !

Kinh

michaelklishin commented 7 years ago

Please post questions to rabbitmq-users or Stack Overflow. RabbitMQ uses GitHub issues for specific actionable items engineers can work on, not questions. Thank you.