Post by Benny Mathew
Sometimes you receive a batch file containing multiple records and
you have to split each record into a separate message and process them
individually.
This kind of splitting of a batch file is also known as debatching.
Depending on your requirement, you can either debatch an incoming message inside the...