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 16:55:00 UTC

[jira] [Closed] (CAMEL-15545) Camel file route in clustering

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

Jan Bednar closed CAMEL-15545.
------------------------------
    Resolution: Invalid

Ask on mailing list, zulip or stackoverflow. See https://camel.apache.org/manual/latest/support.html . Also please stop cloning the issue, this one was already closed as invalid yesterday CAMEL-15537 and you will not get answer here.

> Camel file route in clustering
> ------------------------------
>
>                 Key: CAMEL-15545
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15545
>             Project: Camel
>          Issue Type: Wish
>          Components: came-core
>            Reporter: sravan
>            Priority: Major
>
> I want to run the apache camel file route on multiple nodes and the source  folder is same for both nodes and expecting route process files parallelly 
>  
> when I tried the running camel on multiple nodes, files are processing in a round-robin fashion,
> Example:- Node1 will pick 1 file (Node2 is waiting for node1 to process)
> after node1 processing, node2 will pick a new file (Node1 will wait for node2 to process file)
>  
> I want both nodes should process files parallelly 
> *Route :*
> from("file:\\\folder?maxMessagesPerPoll=1&delete=true&readLockMinLength=0&readLock=changed&readLockTimeout=1000&readLockCheckInterval=1000)



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