Hello, I have a odd Camel Mina endpoint scenario than I don't know how to do, or even if it is possible.
I would like to have a TCP server : client can send request at any time, and server can initiate at any time a message to the client. As far i know, we can only do with Camel-Mina a request only scenario (if mina sync=false) or a 1 request / 1 reply (if mina sync=true). I hope I'm clear enough... Thanks. Nicolas.