because my platform need send message to webservice server, socket server,
ftp server, or other unknow protocol communication, so i want use camel
send message to some server by the endpoint define, and my platform give the
message to camel by direct. so if i need to use
from("direct:myplatform").to("other://") route?
by the way, how to drive the direct route? i means if the route is
from("mina://ip:port") and the client can use socket connect to the port and
send message, but how to send message to direct route ?
--
View this message in context:
http://camel.465427.n5.nabble.com/how-to-route-once-from-myComponent-to-cxf-tp4642015p4642403.html
Sent from the Camel - Users mailing list archive at Nabble.com.