Hi

Yeah its missing the request/reply support
https://issues.apache.org/jira/browse/CAMEL-7176



On Fri, Feb 7, 2014 at 7:52 AM, jonheg <[email protected]> wrote:
> Hi!
>
> Im trying to do some initial testing of the new Vert.x component but having
> some issues.
>
> Firstly, in default configuration, the Vert.x component is using port 5701
> which is the same as Hazelcast (which is embedded in Vert.x component) and
> results in a port conflict on startup in the default setup.
> There was no easy way of setting port on Vert.x, besides doing :
>
> VertxComponent vertx = getContext().getComponent("vertx",
> VertxComponent.class);
> vertx.setPort(6701);
>
> in configureRoutes();
>
> Am i missing something obvious?
>
> Secondly, when trying to exchange JSON data between two nodes/Vert.x
> instances in clustermode it seems like the Vert.x component is not
> request/reply based(maybe not supported..?) It communicates on the Eventbus
> from the sender to the receiver, but the answer from reciever is never read.
>
>
> Regards,
> Jon Arne
>
>
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Camel-Vert-x-problems-tp5746917.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: [email protected]
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
Make your Camel applications look hawt, try: http://hawt.io

Reply via email to