You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Colin Hartley (JIRA)" <ji...@apache.org> on 2016/07/13 15:07:20 UTC

[jira] [Created] (CAMEL-10142) ScheduledPollingConsumer properties

Colin Hartley created CAMEL-10142:
-------------------------------------

             Summary: ScheduledPollingConsumer properties
                 Key: CAMEL-10142
                 URL: https://issues.apache.org/jira/browse/CAMEL-10142
             Project: Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 2.17.1
            Reporter: Colin Hartley
            Priority: Minor


It appears that support for a named scheduled polling consumer is there, but you have to have at least one scheduler.xxx property set before it utilises it. e.g. 

I have this configured: 
<bean id="nps-scheduler" class="org.apache.camel.pollconsumer.quartz2.QuartzScheduledPollConsumerScheduler">
    <property name="cron" value="0 * * * * ?"/>
</bean>

In my route, I reference it like this, but it doesn't use it: 
<from uri="ftp://ftp.somewhere.com/path?scheduler=nps-scheduler" />

If I add a scheduler property, it then uses it, e.g. 
<from uri="ftp://ftp.somewhere.com/path?scheduler=nps-scheduler&amp;scheduler.triggerId=?" />

Discussion with Claus Ibsen here: http://camel.465427.n5.nabble.com/ScheduledPollingConsumer-properties-td5785071.html





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