BOD Processing Scheduler

To ensure BOD Processing is running, the BOD Processing Scheduler must be started via a queued job, as it cannot be started directly.

The BOD Processing Scheduler initiates and monitors the necessary worker and publisher processes.

Worker Process
Processes the inbound BOD messages from the BOD Inbox.
Publisher Process
Publishes the outbound BOD messages from the BOD Outbox.
Note: 
  • In the future, the BOD Processing Scheduler will be replaced by a new mechanism that will automatically handle the processing and publishing of BOD messages. Consequently, the sessions for managing the BOD Processing Scheduler will be removed from the LN menu.
  • Connection points in ION for BOD handling should no longer be created or deleted in ION (as was previously done with BOD handling through IO-box). Instead, these connection points must be created or deleted in LN.

Previously, BOD messages were processed immediately by bshells started by ION, without first being stored in the BOD Inbox. This could lead to time-outs for messages that took a considerable amount of time to process. Now, BOD messages are read from the BOD Inbox and processed by worker bshells started in LN. When ION sends a BOD message to LN, it is validated and stored without immediate processing, ensuring that no time-outs occur for messages that require a considerable amount of time to process.