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 :
                  <route>
                        <from 
uri="mina:tcp://localhost:351?sync=false&amp;textline=true"/>
                        <to uri="bean:sampleTCP?method=getTcpConnection"/>
                </route>
For netty : 
                <route>
                        <from 
uri="netty:tcp://localhost:351?sync=false&amp;textline=true"/>
                        <to uri="bean:sampleTCP?method=getTcpConnection1"/>
                </route>

The common port for connecting MATIP is 351. If I give 351 as above ,Is this
enough to connect to MATIP.
DO we need any other netty component to include here.




--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-send-MATIP-protocol-via-TCP-in-camel-tp5724483p5724655.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to