0

I am trying to implement the following solution: How to programmatically resend messages that have faulted with EasyNetQ? . One of the goals of this solution is to retrieve a single message from a given queue with the EasyNetQ library and without using subscriptions.

Regarding that, I am opening a new topic, because I cannot find any trace of the method GetMessageAsync in interface IAdvancedBus.

My code with unresolved method looks like that:

var message = await advancedBus.GetMessageAsync(errorQueue);

Do you know where I can find this method or if there is some other way to solve this?

Rok
  • 451
  • 3
  • 21

0 Answers0