Replies: 2 comments 9 replies
-
Everything appears correct in your code. You should share a complete set of code I can compile and run for your producer and consumer application. Are all consumers using the same Finally, please let us know the version of all software you are using, including RabbitMQ and Erlang. |
Beta Was this translation helpful? Give feedback.
5 replies
-
Please see this commit: I have simplified your code to work with a fanout exchange, and I added a README with instructions: https://github.com/lukebakken/rabbitmq-dotnet-client-1121/blob/main/README.md |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I run the producer, it generates N messages, i see them on the dashboard.
When I run a receiver it receive all messages from the queue and the queue is an empty.
I need to have multiple producers which generate messages to the same queue.
And multiple customers receive messages from the queue. And messages will be deleted by queue TTL.
But now the 1st receiver gets all messages from the queue.
How can I do this?
Beta Was this translation helpful? Give feedback.
All reactions