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

[RabbitMQ] Renew of connections and channels not working #25

Open
andreluizsecco opened this issue Feb 11, 2024 · 2 comments
Open

[RabbitMQ] Renew of connections and channels not working #25

andreluizsecco opened this issue Feb 11, 2024 · 2 comments

Comments

@andreluizsecco
Copy link

andreluizsecco commented Feb 11, 2024

Hello!

I tested version 1.0.1, and in it, we had a behavior where if connections and channels were terminated, RingBufferPlus would recreate them. However, in this new version, it is not recreating them.

I performed a simple test to validate this. I configured it to create 2 connections with 50 channels each. Through the RabbitMQ Management, I terminated one of the connections, and in version 1.0.1, it recreates and balances the channels again. In the new version, nothing happens.

PS: I have already tried enabling and disabling the AutomaticRecovery option of the ConnectionFactory (as recommended in the documentation).

Any idea about it?

@FRACerqueira
Copy link
Owner

Hello!, This version is deprecate and has many problems...

Try laters version : v3.2.0

@andreluizsecco
Copy link
Author

Actually, the issue I mentioned above is in version 3.2.0. I only mentioned version 1.0.1 because in that version, the mentioned issue did not exist. Anyway, I took another approach to solve my problem. If I have some time, I will take a look at how to resolve this here and eventually submit a Pull Request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants