Hi On Sat, Feb 20, 2010 at 7:38 PM, M.Ismail <[email protected]> wrote: > > Hi, > > I'm using Camel 1.6.1 and I want to connect to a TCP server that maintains a > custom handshake first (I send the user name and password then I receive a > token that will be used in all the next requests). How can I do this > scenario using Camel 1.6.1? what is the best version for the mina component > to use? >
You should most likely implement a custom Mina Codec to archive that. See the mina documentation. And camel-hl7 has a custom mina codec as well. > > Thanks > -- > View this message in context: > http://old.nabble.com/Connecting-to-a-TCP-server-using-mina-tp27669165p27669165.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- 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
