ActiveMatrix BusinessWorks Sample

This ActiveMatrix BusinessWorks Sample project replicates an outgoing message process.

The following are major steps executed as a part of this scenario:

Procedure

  1. TIBCO MDM sends a message as a part of one of the workflows (recordadd).
  2. This message carries mlxml as a payload.
  3. The message is sent on a new preconfigured outbound JMS queue to another application.
  4. After sending the message, the workflow is suspended until the workflow gets a response for the message.
  5. The external application sends a response on a new separate inbound queue to update record data.
  6. On receiving the response, the suspended workflow is restarted, the record is updated, and the workflow completes.