I want to receive async acknowledgements that a message has, in fact, been placed in a queue. I've searched quite a bit, and tried various ways of using EasyNetQ's PublishAsync
for confirmations, but can't seem to find the Bus
connection configuration and code combination that will give me such an acknowledgement.
Perhaps PublishAsync
is not the way to go for this, and I've overlooked something else in the EasyNetQ API? Anyone else have experience with implementing this scenario with EasyNetQ?