Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Ola
Posts
Comments
C
C#
•
Created by Ola on 8/16/2023 in
#help
Background service to consume a rabbitmq queue, messages unacked
I had this issue because I forgot to add
DispatchConsumersAsync = true
in the Connection Factory initializer
4 replies
C
C#
•
Created by Ola on 8/16/2023 in
#help
Background service to consume a rabbitmq queue, messages unacked
Thanks but I have the same result The messages are ready for a moment but they all get unacked
4 replies