MessageStoreAndForward
The MessageStoreAndForward module maintains a list of failing network elements based on service order status. A Network Element is considered as failed if a Work Order for this network element has failed with a technical error. For each failing network element, the MessageStoreAndForward module will elect a "probe" service order and replay it to test the network element availability. Other failing service orders for this network element will remain queued until the network element is up again.
The MessageStoreAndForward let go "New" service orders (orders that haven't been played) without any processing. Only replayable service orders coming from the retry port of POP are processed.
The MessageStoreAndForward will checkpoint probe orders as well as service orders queued because they access a failing network element (again, "new" orders will not be queued in any case).
You can extend the MessageStoreAndForward module to provide project-specific network element ID. By default, the cartridge instance name is used.
Type
msf::MessageStoreAndForward
For more details about this module, refer to the component documentation