Channel publish is not returning error is the queue doesn't exists.
I manually delete the exchange/queue just before this line but channel.Publish() doesn't return error. How do I make sure that if the message is actually delivered into the exchange/queue?
Hi,
Channel publish is not returning error is the queue doesn't exists.
I manually delete the exchange/queue just before this line but
channel.Publish()
doesn't return error. How do I make sure that if the message is actually delivered into the exchange/queue?Thanks