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)