Hi Experts ,
We have a scenario from ABAP PROXY--PI--JMS queues , where abap proxy is triggering 3 set of records at the same time (sequentially first complete records for A , then B and then C ) each message is having 5000 records . If each has 15000 records then there will be 9 messages (3 messages for A with 5000 records and similarly for B and C also)
PI is also receiving the same set of records in the same sequence , by when PI delivers the messages to JMS queue , the JMS queue does not recieve in the same sequence (2 message of A , then 1 message of B , 2 message of C and then remaining messages of A , B and C --> Just an example)
For all the 3 flows of A , B and C there is only 1 JMS queue , is this the reason they are getting the jumbled message ?
IS there any way in PI , that only when all message of A is delivered then message B is scheduled to deliver and then C ?
Request to please provide any inputs on this