Re: NETTY component for network programming

2011-11-22 Thread newbiee
. Thank you -- View this message in context: http://camel.465427.n5.nabble.com/NETTY-component-for-network-programming-tp5008501p5014378.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: NETTY component for network programming

2011-11-21 Thread Ioannis Canellos
Theoretically, you could use camel-netty or camel-mina to do so, but I will propose a more easy approach which is camel-exec: http://camel.apache.org/exec.html Using camel exec you could execute commands in your system. So I guess that something like ssh username:host -C command would do the trick

NETTY component for network programming

2011-11-20 Thread newbiee
tions]" to establish the connection. Now once the connection has been established, how can I send a commands to it? Thank you. -- View this message in context: http://camel.465427.n5.nabble.com/NETTY-component-for-network-programming-tp5008501p5008501.html Sent from the Camel - Users ma