You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jan Bednar (Jira)" <ji...@apache.org> on 2020/09/17 17:02:00 UTC

[jira] [Resolved] (CAMEL-15546) File consumer shuffle query param is not working

     [ https://issues.apache.org/jira/browse/CAMEL-15546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Bednar resolved CAMEL-15546.
--------------------------------
    Resolution: Not A Problem

Please read the docs. This is clearly documented.
{quote}eagerMaxMessagesPerPoll - Allows for controlling whether the limit from maxMessagesPerPoll is eager or not. If eager then the limit is during the scanning of files. Where as false would scan all files, and then perform sorting. Setting this option to false allows for sorting all files first, and then limit the poll. Mind that this requires a higher memory usage as all file details are in memory to perform the sorting.{quote}

And next time prefer get in touch on other channels before opening a bug. https://camel.apache.org/manual/latest/support.html 
{quote}We prefer people to get in touch first using the mailing list, or Chat room. Or take time to read FAQs, or search in the mailing list archives to find answers. Unfortunately some people create a JIRA ticket as first thing. Please don’t do that! Only if you are sure it really is a bug, etc. JIRA tickets create noise for the Camel team to react on issues that are not bugs but already covered in FAQs, in the mailing lists, etc., or in the existing documentation. Also on the mailing lists there are more people active to help you better.{quote}

> File consumer shuffle query param is not working 
> -------------------------------------------------
>
>                 Key: CAMEL-15546
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15546
>             Project: Camel
>          Issue Type: Bug
>          Components: came-core
>            Reporter: sravan
>            Priority: Major
>
> when I use shuffle query param in file consumer, the consumer not picking files randomly 
>  
> from("file:\\\folder?maxMessagesPerPoll=1&delete=true&readLockMinLength=0&readLock=changed&readLockTimeout=1000&readLockCheckInterval=1000&shuffle=true)
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)