OutboundMessageValidation simulator
This simulator reads and validates messages from an output queue, such as the notification to channel or the status to channel queues. Messages that do not pass the schema validation are placed on the failed message output queue that is configured for the simulator.
Important: Make sure that no other flow is reading from the same queue.
The simulator exhibits the following behaviors:
- The simulator reads the messages from the queues specified in its configuration properties. If the LogFailedMsgToQueue user defined property is set to true, the messages that do not pass schema validation are placed on the failed message output queue that is defined in the FailedMsgOutputQueue property for the simulator.
- If either of the ChnlNotifQQBrowseOnly or ChnlStatusQBrowseOnly properties are set to true, the simulator only browses the messages and does not remove them from the queue.