sravan created CAMEL-15537: ------------------------------ Summary: 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
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)