Re: Create endpoints in java to use in xml routes

2015-12-16 Thread mtkilbay
Claus, thank you for responding. I think you know i meant EndpointRegistry. -- View this message in context: http://camel.465427.n5.nabble.com/Create-endpoints-in-java-to-use-in-xml-routes-tp5775092p5775190.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Create endpoints in java to use in xml routes

2015-12-16 Thread Claus Ibsen
epository to add an endpoint > with a reference name, e.g., "kafkatopic" that i can then refer to in my xml > route like below: > > > Thanks. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Create-endpoints-in-java-to-use-

Re: Create endpoints in java to use in xml routes

2015-12-16 Thread mtkilbay
in context: http://camel.465427.n5.nabble.com/Create-endpoints-in-java-to-use-in-xml-routes-tp5775092p5775183.html Sent from the Camel - Users mailing list archive at Nabble.com.

Create endpoints in java to use in xml routes

2015-12-15 Thread mtkilbay
something like: Endpoint kafkaep = camelCtx.getEndpoint(kafkaUri); however i'm stumped on how i can create a key "kafkatopic" to refer to the endpoint such that the xml route is able to find it. Please help. -- View this message in context: http://camel.465427.n5.nabble.com/Create