I have a  akka <http://akka.io>   project which uses camel to communicate
with the outside world. I observe a behavior that I don't know if it's true
or how to control it.

When sending some message to the endpoint URI, if the endpoint URI (e.g.
http://somewhere.com) is not responding for any reason, my application
catches a "Stream Closed" error. If this "Stream Closed" happens more than a
couple times, it seems subsequent messages are not seen on the wire for 5
minutes. Is camel httpcomponent has some kind of back-off algorithm? If yes,
how would I control its behavior? For example, disable the back-off, or
reduce the time to just a few seconds.



--
View this message in context: 
http://camel.465427.n5.nabble.com/Is-there-a-Camel-endpoint-back-off-algorithm-tp5773032.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to