RabbitMQ

 How to get ack (nack) from rabbitmq server after sending a message in the environment without network?

Kevin Lee's profile image
Kevin Lee posted Nov 23, 2018 10:10 AM

Dear team:

I am using rabbitMQ-Objc-client . I wanna know my message was send successfully whether or not.

unfortunately, I found that there is not ack (nack) return to client when network is Invalid.Do you hae any suggest?

Stephen Carter's profile image
Stephen Carter

Hi Kevin,

 

Can you just clarify a bit more.

Do you want to configure "Publisher Confirms" so that a publisher get a confirmation when message is delivered to a queue?

  • https://www.rabbitmq.com/confirms.html#publisher-confirms

 

 

Kind regards,

Stephen