Hello. Our Camel route is sending messages to a netty4 tcp endpoint, but we need to make sure to send a particular type of message as the first message. If a disconnection happens during processing, we have to send this special message upon reconnection. Is this possible to achieve? Will we need to write a custom handler for netty to do this? Any suggestions are quite welcome!
Thanks, Steve
