Hi Ti change the defaults, then copy the options from the base class and change its default value in @UriParam.
See for example how the mail endpoint change the default delay value https://github.com/apache/camel/blob/master/components/camel-mail/src/main/java/org/apache/camel/component/mail/MailEndpoint.java#L41 On Wed, Jan 31, 2018 at 5:06 PM, Quinn Stevenson <qu...@pronoia-solutions.com> wrote: > I’m going over the documentation for camel-mllp and I’ve found a few problems > that I’m trying to fix, but I’m not sure how to go about it. > > Some of the Query Parameters come from the base Endpoints and camel-mllp has > some different defaults. For example, “synchronous” is always true for > camel-mllp, and bridgeErrorHandler defaults to true. > > Any suggestions how to correct this? > > > -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2