Hi Experts,
Scenario : IDOC to JMS scenario
Idocs are triggered as a batch job for every 10 minutes, Approximately 40 to 60 Idoc's are coming for every 10 minutes now.
Every IDOC has some serial number internally maintained in data segment of IDOC.
Before triggering the IDOC from ECC system, they are send sequentially but after receiving to PI server its not delivering xml files in the same sequence.
For Eg: Will consider 5 IDOCs triggered & with below sequence its coming to PI.
Batch IDOCs: 10001, 10002, 10003, 10004, 10005,
In SXMB_MONI when I see , all are processed with the same sequence but when I check in MQ server the xml's are in the below sequence.
10002, 10001, 10005, 10004, 10003
When I check in message monitoring in RWB, it started in the same time but delivered to MQ with differient sequence,
Please find the snapshot of the RWB -- Message Monitoring.
Appreciate your responses if you can guide me in resolving this.
Requirment: I need to deliver the xml files to JMS queue for the same sequence of idocs which are triggered from ECC system,
Thanks,
--Sai.