Replies: 3 comments 15 replies
-
If you have a way to reproduce this using docker-compose, please share a repository that I can clone and run Thanks! |
Beta Was this translation helpful? Give feedback.
-
@boskjoett please see the following repo which contains a docker compose file that will bring up a .NET producer and consumer that communicate with RabbitMQ over TLS: https://github.com/lukebakken/rabbitmq-dotnet-client-1060 When I run this code there is no delay in the first message. Please compare my code with your environment to see what may be different. Ideally, you would fork my repository and make the changes necessary for me to see the same issue. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Please continue all discussion via this issue - #1252 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We are consistently, but with random frequency, experiencing long delays (more than a second) from the time a publisher delivers a message on the bus with BasicPublish() until a consumer (EventingBasicConsumer) is notified by a Received event.
We have tried both with and without auto-ack and using multiple consumers, but without any effect.
Our message bus is not overloaded, we can reproduce it with very few short messages.
We don't believe it is network delays because we can also reproduce the random delays in a docker-compose stack where both the producer, the consumer and RabbitMQ is running in containers in the same stack and the same docker network.
Has anybody experienced the same? Any good advice?
Beta Was this translation helpful? Give feedback.
All reactions