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 :

How to send MATIP protocol via TCP in camel

2012-12-20 Thread CKV
I have defined a sample TCP port and tried to send a string value through Camel. It was success and I got the result also. Please find the code for defining the port, For testing , I used below producertemplate.send