http client post two url, how to use one retlet endpoint?

2017-03-29 Thread vonezzz
i wan't use httpclient post http://localhost:8000/hello and http://localhost:8000/world. but i wan't use one retlet endpoint. how to configure the url? -- View this message in context: http://camel.465427.n5.nabble.com/http-client-post-two-url-how-to-use-one-retlet-endpoint-tp5796683.html

how to use restlet component?

2017-03-29 Thread vonezzz
i use from("restlet:http://0.0.0.0:8000/hello) endpoint, why i post http://localhost:8000/hello or http://localhost:8000/helloothers both ok. how to limit client use /hello only? -- View this message in context: http://camel.465427.n5.nabble.com/how-to-use-restlet-component-tp5796682.html Sent

why need the jars but i don't use the component?

2017-03-24 Thread vonezzz
2017-03-24 08:57:10.011 WARN org.apache.camel.impl.converter.AnnotationTypeConverterLoader:299 loadConverterMethods - Ignoring converter type: org.apache.camel.component.xmlrpc.converter.XmlRpcConverter as a dependent class could not be found: java.lang.NoClassDefFoundError:

Re: how to config two routes use the same endpoint?

2017-03-08 Thread vonezzz
i want to use two routedefine,not one route. -- View this message in context: http://camel.465427.n5.nabble.com/how-to-config-two-routes-use-the-same-endpoint-tp5794989p5795076.html Sent from the Camel - Users mailing list archive at Nabble.com.

how to config two routes use the same endpoint?

2017-03-07 Thread vonezzz
i have endpoint A,B and C. need from A to B, from A to C. i know use Filters or Filters can implement this. but i hope to configure two difference routes, not one route. because i need to implement from A to D , from A to E in the future, i want to implement this dynamic. -- View this

how to build ftp server use camel ftp component?

2017-02-25 Thread vonezzz
i study camel by http://camel.apache.org/ftp.html , but the example display upload or download from exists ftp server only, i want to build ftp server use camel for others ftp client access. -- View this message in context: