Message reseuqencing in AIC
Summary
Process message / update received in a sequence i.e. only when first message is successfully processed then next message should be processed? Is there a way to achieve this in AIC/ICS?Content
When implementing MDM system, or any entity sync for that matter one of most important feature is message re-sequencing. i.e. First update received for an entity should be processed first and only when that is completed, we should process second one. E.g. If I received an multiple updates on Item A, I should process them in exactly same sequence in which they are received. So when first update process is complete then I should start processing second, and once second is completed then third. This scenario typically arises, when on UI some user keeps hitting save button on every change
Tagged:
0