On Fri, Mar 12, 2010 at 2:09 PM, Nicolas Bouillon <nico...@bouil.org> wrote: > 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... >
Yeah that sounds possible. fire and forget and request/reply over MINA should be possible. Just that the TCP ports is open so you can send to the "other" party. And that you have a port open, so the "other" party can send to you. > Thanks. > Nicolas. > > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus