Deployment examples > BAI2 > Example: Building an Integration-Process for BAI2

Example: Configuring an Integration-Process for BAI2

Overview

The FEX installation package contains the following Java Message Components (JMCs) for handling BAI2 messages:

To configure an Integration-Process for BAI2, you use one or both of these stages:

The example in this topic is for handling an outgoing BAI2 message. To configure the Integration-Process we use the Integration-Process example delivered in the FEX installation package.

Prerequisites

Procedure

  1. In the Composer Integration-Services workbench, in the file selection frame, select SWIFT\BAI2 and then in the Integration Manager tab, expand the Integration-Process folder and locate IP_BAI2_TestJMCReceiveSend
  2. Make a copy of this object, open it and rename it IP_BIA2_Send.
  3. Select the properties window Graph tab.
  4. Composer displays the following set of objects:
  5. For this example we intend to handle outgoing BAI2 messages, so we do not require the Generic Modifier Stage which is labeled BAI2_Reader in the above figure. Delete this Stage.
  6. The following figure illustrates the resulting Integration-Process.
  7. Using the selection tool , double-click the BAI_Send Generic Creator Stage.
  8. Composer opens the Generic Creator Stage properties window.
  9. In the Configuration tab, set the debugLevel value to 4. This activates debugging.
  10. Save and close the Generic Creator Stage properties window, then check, save and close the Integration-Process properties window.
  11. This completes the basic configuration of the Integration-Process. You can add additional processing steps for your message handling as you require.