Description
Allow clients to timeout send operations if no brokers are available. This timeout should not interrupt the reconnection procedure and kill the connection. The clients should be able to use the same connection to send messages later, when some of the brokers come back online. The users should use the timeout parameter, such as
failover:(tcp://localhost:61616)?timeout=3000
to enable this option
Attachments
Issue Links
- relates to
-
AMQ-5231 Failover Transport timeout option causes connection failures in some cases where it shouldn't
- Resolved