Dynamically updated ChoiceProcessor with RouteDefinition update

2014-09-17 Thread Edmondo Porcu
Hello all, In our use case we are looking to use a Recipient List which creates branches dynamically and keep track of that. We were able to write an implementation without too many problems and we are afraid there might be hidden problems. Our tests were unable to identify any. We have: -

Hawt.io Camel plugin - 2 questions

2014-09-11 Thread Edmondo Porcu
Dear all, How does Camel Hawt.io plugin retrieves the routes definitions that it draws? Are the definitions exposed through jmx (can't find them) Also, a custom processor could have an icon of an existing one? Best Edmondo

Creating a netty producer that keep the channel open

2014-09-05 Thread Edmondo Porcu
I am trying to have a netty endpoint which act as a producer but I need the netty channel to be never closed: even if by default the netty component has a keepAlive, in practice I see it getting closed. Two subsequents messages will use two different local ports as I can see in the logging. I

Route from vertx event bus to remote host and from remote host to another event bus

2014-09-04 Thread Edmondo Porcu
Dear all, I am trying to write a route builder so that data published on a vertx event bus with a given name would then be sent to a tcp socket, while data received from that tcp socket would go to another event bus. The following route doesn't work because data is sent but never received: from

Camel Netty component bind failure

2014-08-26 Thread Edmondo Porcu
Hello, I am trying to use a tcp endpoint with camel netty. I need to establish a two way route from a vert.x event bus to a remote server and viceversa. Unluckily my vert.x uses Netty as well so when my netty producer is started I get a low level Java exception: impossible to bind address:bind.