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

Recover channels closed by the server #2

Open
viztea opened this issue Oct 30, 2022 · 1 comment
Open

Recover channels closed by the server #2

viztea opened this issue Oct 30, 2022 · 1 comment
Assignees
Labels
help wanted Extra attention is needed wontfix This will not be worked on

Comments

@viztea
Copy link
Contributor

viztea commented Oct 30, 2022

RabbitMQ closes channels after a certain period of time (i think), the official rabbitmq java client has a Channel wrapper that automatically recovers it after a channel.close is received.

This is a very critical feature to have implemented.

@viztea viztea added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels Oct 30, 2022
@viztea viztea self-assigned this Oct 30, 2022
@viztea
Copy link
Contributor Author

viztea commented Feb 19, 2023

RabbitMQ will not close a channel unless you're doing something incorrectly, for example, not acknowledging a message after 10 seconds.

So I probably won't implement this, but I think I'll leave this up to discussion 🤷🏼‍♂️.

@viztea viztea added p:high High Priority wontfix This will not be worked on and removed bug Something isn't working good first issue Good for newcomers p:high High Priority labels Feb 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant