< Previous | Next >

Create the mediation flow

Now create the mediation flow.

  1. The Assembly Diagram editor is open. There are two elements: JDBCInboundInterface, which was created when you added the adapter, and MonitorAdapter, which was created when the module was initially created.
    MonitorAdapter Assembly Diagram
  2. Right-click MonitorAdapter and select Rename. Type MediationFlow and press Enter.
  3. In the diagram, link JDBCInboundInterface to MediationFlow using the Wire tool. In response to the prompt, click OK.
  4. Change back to the Selection tool on the Palette and then right-click MediationFlow and select Regenerate Implementation.
    Regenerate implementation
  5. Click OK at the prompt.
  6. In the Mediation Flow Editor window, click createDb2adminCustomerBG and you see a source operation for createDb2adminCustomerBG.
  7. In the flow, right-click and select Add > Stop .
  8. Connect the out terminal of createDb2adminCustomerBG to the input terminal of Stop1.
    Add stop to mediation flow
  9. Save the Mediation and then click MonitorAdapter:Assembly Diagram.
  10. Click MediationFlow and in the Properties tab select Details. Go toInterfaces > JDBCInboundInterface > createDb2adminCustomerBG and click the Event Monitor tab. Select All for Monitor and select Full for Event Content.
    Compnent: Mediation Flow
  11. Click the Global Event Setting tab. The default event format is WebSphere Business Monitor 6.1 format.
  12. Save the assembly diagram.
< Previous | Next >