rabbitmq-ha-client icon indicating copy to clipboard operation
rabbitmq-ha-client copied to clipboard

A RabbitMQ HA client in Java

Results 1 rabbitmq-ha-client issues
Sort by recently updated
recently updated
newest added

HaConnectionFactory is overriding and calling newConnection(Address[] addrs), which is not the root method in the super class and is causing incorrect behavior. In the case of the override, it requires...