Hi Folks,
We are using PO 7.4 and the scenario is IDOC to JMS, Please help on below points.
1) Spliting messages based on attribute value (For example: atrribute values are A, B, C, D and As per the requirement, We are splitting as 4 different messages with same HEADER populating for all the ITEMS ) - this is DONE
2) So in the above case 1 FILE will have 4 messages and all this messages will reach to target at a time but our requirement is SEND THE MESSAGE TO TARGET ONE BYE ONE
EXAMPLE:
MESSAGES (MULTI) FOR EX: A, B , C, D (WE ARE ACHEVING THIS IN FIRST POINT)
HEADER(1)
-ITEMS (MULTI)
1
2
3
4
--ATTRIBUTE(MULTI)
---VALUE
A
B
C
D
We need to send the above mentioned multiple messages INDIVIDUALLY or ONE BY ONE TO TARGET APPLICATION. Please help on this requirement.
Regards,
MFH