URI encoding and RAW values

2019-12-10 Thread Vojtech Fried
Hi, I am trying to understand how the query parameters in Camel component configuration URIs work. I am working specifically with smtp output. I have seen https://camel.apache.org/manual/latest/faq/how-do-i-configure-password-options-on-camel-endpoints-without-the-value-being-encoded.html and

reactive streaming with camel and vertx

2019-12-10 Thread Bing Lu
hi, there seems to be two way using reactive streaming with camel with vertx 1. using vertx camel bridge2. using vertx camel component what are the difference between the two and are there any examples of usage? thanks

Re: reactive streaming with camel and vertx

2019-12-10 Thread Bing Lu
Is vertx component a replacement of vertx camel bridge? when i did the following I got the following exception from("vertx:testchannel?host=127.0.0.1&port=").to("log:foo");  Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: vertx://address?host=127.0.0.1

Re: reactive streaming with camel and vertx

2019-12-10 Thread Claus Ibsen
Hi Yeah those options should be there, how are you starting and running Camel ? On Wed, Dec 11, 2019 at 3:09 AM Bing Lu wrote: > > Is vertx component a replacement of vertx camel bridge? > when i did the following I got the following exception > from("vertx:testchannel?host=127.0.0.1&port="