Hello,is there a way to setup reconnecting for the tcp (MINA) camel component (in client mode) in case the upstream link is not available or the socket went down for whatever reason (i.e. network problem)? I have a use case where the connection with upstream should be held all the time, and all the messages should go through the same socket. If this is not possible, what is the possible solution to this, writing a custom component using MINA?
Thank you for your answers, Bozo Juretic