You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Omar Al-Safi (JIRA)" <ji...@apache.org> on 2019/07/23 09:33:00 UTC

[jira] [Created] (CAMEL-13783) Fix the camel-archetype-component to inherit from DefaultConsumer instead of ScheduledPollConsumer

Omar Al-Safi created CAMEL-13783:
------------------------------------

             Summary: Fix the camel-archetype-component to inherit from DefaultConsumer instead of ScheduledPollConsumer
                 Key: CAMEL-13783
                 URL: https://issues.apache.org/jira/browse/CAMEL-13783
             Project: Camel
          Issue Type: Bug
            Reporter: Omar Al-Safi


Currently the {{[camel-archetype-component|https://github.com/apache/camel/blob/master/archetypes/camel-archetype-component/src/main/resources/archetype-resources/src/main/java/__name__Consumer.java#L28]}} inherits from {{ScheduledPollConsumer}}, since this consumer is less used, it will make sense to change the consumer to {{DefaultConsumer}} instead. 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)