Details
Description
The problem comes when I set up the following configuration:
Network of brokers (2 brokers, A and B) in failover mode
Client written in C# using the Apache.NMS.ActiveMQ client, configured in failover mode. (machine C)
When stopping manually the service in one computer(A for eg), the switch is done without any problems. C uses B to send the data. The admin console shows he has one consumer.
Turning the service on and doing the same step in the other computer works great too (the client failovers to the recovered broker again without any problems: C is connected to A now)
Unplugging the network cable in A does not cause C to switch to B again. Looking at the admin console there are no consumers connected to B.
Looking the logs of B:
jvm 1 | WARN | Could not start network bridge between: vm://10.216.1.66 and: tcp://10.216.1.101:61616 due to: java.net.ConnectException: Connection timed out: connect
This should have raised a ConnectionInterruptedListener event. Logs shoes nothing such happens
Attachments
Attachments
Issue Links
- depends upon
-
AMQNET-212 Add an Inactivity Monitor to the Transports layer to timeout broken connections
- Closed