Description
The failover transport
http://activemq.apache.org/failover-transport-reference.html
If a client is constantly trying to failover and re-connect but can't do this for a long time, then it would be nice if there was a WARN log once in a while to indicate that.
So if there is a new option people can turn on to log that, or have a sensible default so its out of the box
For example
reconnectWarnLogInterval=30000
Which then logs every 30 sec if failover/reconnect is still failing. People can then turn that off with 0, -1 or set a higher value if 30 sec is too frequent.
See also
http://camel.465427.n5.nabble.com/bundle-stays-in-state-creating-tp5738312.html
For people using ServiceMix it may cause their bundles to keep in grace mode, and they cant understand why. So if there is at least some WARN log activity then they would understand better.