Hi,
In a custom Java adapter module, I want to read a file (with a counter) and write the file (with increased counter). I can achieve this properly, when the messages are processing one after another (with a difference in second). But when multiple messages (splitted) hitting at same time (within few milliseconds) then same counter is getting assigned. Please update how to separate the counter read values.
Br,
Madan