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 <mfcp...@yahoo.com.invalid> 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=7777").to("log:foo");
>
> Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to resolve 
> endpoint: vertx://address?host=127.0.0.1&port=7777 due to: There are 2 
> parameters that couldn't be set on the endpoint. Check the uri if the 
> parameters are spelt correctly and that they are properties of the endpoint. 
> Unknown parameters=[{host=127.0.0.1, port=7777}] at 
> org.apache.camel.support.DefaultComponent.validateParameters(DefaultComponent.java:356)
>  ~[camel-support-3.0.0.jar:3.0.0]
> but the docs say the following, how do i specify the host and port and 
> channelname? please help, thanks
>
> URI FORMAT
> vertx:channelName[?options]
>
> |
> host (common)
>  |
> Hostname for creating an embedded clustered EventBus
>  |  |
> String
>  |
> |
> port (common)
>  |
> Port for creating an embedded clustered EventBus
>  |  |
> int
>  |
>
>
>
>     On Tuesday, December 10, 2019, 05:32:28 PM EST, Bing Lu 
> <mfcp...@yahoo.com.invalid> wrote:
>
>   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



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to