Hi Team, I want to run the apache camel file route on multiple nodes and the source folder is same for both nodes and expecting route to 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) MY FILE ROUTE : from("file:\\\folder?maxMessagesPerPoll=1&delete=true& readLockMinLength=0&readLock=changed&readLockTimeout=1000&r eadLockCheckInterval=1000)