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

[jira] [Commented] (CAMEL-15537) file route in clustering

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

sravan commented on CAMEL-15537:
--------------------------------

Hi ,

Could you help me in implementation.

On Wed, Sep 16, 2020, 6:53 PM Andrea Cosentino (Jira) <ji...@apache.org>



> file route in clustering
> ------------------------
>
>                 Key: CAMEL-15537
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15537
>             Project: Camel
>          Issue Type: Bug
>          Components: came-core
>            Reporter: sravan
>            Priority: Major
>
> I want to run the apache camel file route on multiple nodes and the source is the same for both nodes and expecting route process files parallelly 
>  
> when I tried same file are processing in round-robin fashion,
> Example:- Node1 will pick 1 file (Node2 is waiting for node1 to process)
> after node1 processing node2 will pick 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)