You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2016/01/03 14:35:39 UTC

[jira] [Commented] (CAMEL-9470) Add consumer option to component docs

    [ https://issues.apache.org/jira/browse/CAMEL-9470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15080432#comment-15080432 ] 

Claus Ibsen commented on CAMEL-9470:
------------------------------------

The options is listed, but the component schema should include information if the parameter can be configured with an optional prefix as well, as today you can configure them as 

- delay
- consumer.delay

And the schema only contains the former.

> Add consumer option to component docs
> -------------------------------------
>
>                 Key: CAMEL-9470
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9470
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-catalog, camel-core, tooling
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.17.0
>
>
> Some options is now in the component docs, which is the consumer options that is prefixed with consumer. such as
> {code}
> 	seda:foo?synchronous=true&consumer.exceptionHandler=#myHandler
> 	file://target/pollstrategy/?consumer.pollStrategy=#myPoll&noop=true&initialDelay=0&delay=10
> {code}
> Ideally we shouldn't have the consumer. prefix anymore, which is more of historical reasons we have them. But an option is just as-is on the endpoint, and marked with labels if its consumer/producer etc.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)