TIBCO MDM Triggering Active Matrix BusinessWorks

Within workflows, you can send JMS messages into an Enterprise Service Bus (ESB) layer using the SendProtocolMessage activity and sending the generated inDocs.

You can parse these messages and act upon them within ActiveMatrix BusinessWorks as required.

This is a good method for creating a pipeline of records. You can then synchronizing those records out to partners through the ESB in a location-agnostic, standards-agnostic, and implementation-agnostic manner.

Make the call to SendMessageProtocol after a record has been confirmed, to ensure you are distributing the latest golden copy of that record.

Inform the ESB when the following occurs:

  • Synchronizations have occurred.
  • Certain records have been changed. You can complete actions based on record states by using guarded transition states.
  • Records have been deleted. Their references are removed in other external systems not controlled by TIBCO MDM.