JMS Reciever Component Processing
Hi Experts,
In our business scenario, we have large number of incoming messages from source systems and to handle the load, we have 10 Servers and our JMSRcvr Component is enabled on 10 Servers to monitor the JMS Queue and process the records.
Source Systems sends us multiple transactions for the same record within no time and these requests are picked by Reciever Component on all Servers and we have no control on the sequence of the transactions processed resulting in Data Mismatch
Eg : Transactions from Source System to Siebel.
1. Record1 with Field1 updated as Test1.
2. Record1 with Field1 updated as Test2.