Please enable JavaScript.
Coggle requires JavaScript to display documents.
Payload Replication, Yes, Yes, Yes, No, Yes - Coggle Diagram
Payload Replication
Message Deposited to Mailbox
MBX MESSAGE trigger is executed
Insert Record in to ML_FILE_INFO table in CLEAR/ ML_PAYLOAD_REPLICATION_QUEUE
ML_GUP_ReplicateMailboxAdd used for replicating messages across and active/active configuration. Invoked by ML_Transport_mailboxAdd
Looks Up nodes on other system in the system and attemptes to transport the message in the same mailbox on the remote node as the local node.
DB Loopup [ML_MAILBOX_REPLICATION]
Get List of remote nodes from the ML_MAILBOX_REPLACATION Table
Is node Active
Get Transport BP and Params from ML_Transport table
Inline Invokes transport BP ML_Transport_CDSend
1 more item...
Delete Trigger Executed
Set Payload Status to Deleted in ML_FILE_INFO table
Yes
Yes
Yes
No
Yes