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 12:54:39 UTC

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

Claus Ibsen created CAMEL-9470:
----------------------------------

             Summary: 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)