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?
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?