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

Willem Jiang commented on CAMEL-7674:
-------------------------------------

It should be "consumer.delay" not "delay". 
You can find more information about it 
[here|http://camel.apache.org/polling-consumer.html].

> "delay" parameter not supported: Unknown parameters=[{delay=60}]
> ----------------------------------------------------------------
>
>                 Key: CAMEL-7674
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7674
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-facebook
>    Affects Versions: 2.13.2
>         Environment: camel-facebook
>            Reporter: Hendy Irawan
>            Assignee: Willem Jiang
>
> From the doc http://camel.apache.org/facebook.html :
> {code}
> To poll, every 5 sec., all statuses on your home feed:
> from("facebook://home?delay=5")
>     .to("bean:blah");
> {code}
> But attempting to set {{delay}} parameter throws:
> bq. There are 1 parameters that couldn't be set on the endpoint. Check the 
> uri if the parameters are spelt correctly and that they are properties of the 
> endpoint. Unknown parameters=[{delay=60}]
> Additionally, the {{delay}} was never mentioned in the parameters 
> documentation.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to