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.
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-
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.
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