Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Services not resilient to rabbitmq server restart #1721

Open
rkm opened this issue Jan 8, 2024 · 0 comments
Open

Services not resilient to rabbitmq server restart #1721

rkm opened this issue Jan 8, 2024 · 0 comments
Labels
priority/low type/bug Something isn't working

Comments

@rkm
Copy link
Member

rkm commented Jan 8, 2024

It should be possible for C# services to handle the rabbitmq server restarting, as connections are durable and have built-in recovery. However, since the control queues are not durable, they do not exist after a server restart and this causes services to crash.

The Java (CTP) service works this way as they do not create control queues.

@rkm rkm added the type/bug Something isn't working label Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/low type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant