Implementation > Message exchange services for integrations > Integration message queuing services: Messaging > Example: Configuring Integrator for message exchanges with Messaging

Example: Configuring Integrator for message exchanges with Messaging

Introduction

Prerequisites

Implementation

Testing the example

Introduction

This topic describes an example configuration that enables Integrator to deposit messages to a Messaging queue and consume files from the same queue.

Prerequisites

To execute the example you must first implement communication between Integrator and Messaging as described in the general implementation topic.

Implementation

In Composer:

  1. Create an Application object to represent the FTP server.
  2. View procedure
  3. Create an Integrator FTP Channel object to enable Integrator to send a file to the FTP server.
  4. View procedure
  5. Create an Integrator FTP Channel object to enable Integrator to retrieve a file from the FTP server.
  6. View procedure
  7. Create an Integration-Process object to specify the handling of the file in Integrator.
  8. View procedure
  9. Create an Integration-Task object to link the Integration-Process sequence to the processes provided by a specific Integrator Server instance.
  10. View procedure
  11. Send the object set to an execution server.
  12. View procedure

Testing the example

  1. In the Integrator Copilot Task Monitor, start the Integrator tasks.
  2. Deposit a file in the input directory of the FTP receive Channel.
  3. Integrator retrieves the file and forwards the file to the Messaging queue.
  4. Integrator then retrieves the file from the Messaging queue via the JMS receive Channel and forwards the file to the output directory of the FTP send Channel.
  5. To check the transfer, open the Copilot Message Log tool. Consult the log set in Message Log for entries logging receive, transfer and send events.