Architecture of Staged Message and Rib Message
Hi,
In SIM version 12x and 13.1, whenever a message is published to SIM, the RIB for SIM picks the message from topic and updates to SIM.
If any error, the message goes to RIB_MESSAGE and corresponding tables for RIB.
In SIM 13.2, STAGED_MESSAGE was introduced. Couple of questions in this regard.
Whenever a message is published to SIM, the RIB for SIM picks the message from topic and inserts into STAGED_MESSAGE table. And from there POLLING_TIMERS pick the message and process into SIM Database.
1. When does messages in STAGED_MESSAGE fail. When does it retry. Why is this not going to RIB Hospital