dotnet-architecture / eShopOnContainers

Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Moved to https://github.com/dotnet/eShop.

Home Page:https://dot.net/architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The RabbitMQ EventBus consumer will idle after some time

Majidgholipour opened this issue · comments

I used RabbitMQ event bus in my project. Everything works properly. But if a request is not sent to the queue for a while, the consumer will be stop and will not receive the request sent to the queue. maybe someone can help me?
tnx