Re: How to send MATIP protocol via TCP in camel

2012-12-28 Thread CKV
THank You. Yes MATIP = Mapping of Airline Traffic over Internet Protocol . I have given mina and netty for TCP and is working fine. Code : For mina : For netty :

Re: How to send MATIP protocol via TCP in camel

2012-12-27 Thread Christian Müller
MATIP = Mapping of Airline Traffic over Internet Protocol ( http://www.ietf.org/rfc/rfc2351.txt)? If yes, this should be feasible with the camel-netty component... You have to use mina:tcp://... Best, Christian On Fri, Dec 21, 2012 at 12:51 PM, CKV wrote: > MATIP --

Re: How to send MATIP protocol via TCP in camel

2012-12-21 Thread Christian Müller
I don't know the MATIP protocol, but it's possible. In general by working with Mina, you only have to define your encoders and decoders and assign they to your mina endpoint. Best, Christian Sent from a mobile device Am 21.12.2012 07:09 schrieb "CKV" : > I have defined a sample TCP port and trie