Configure the base server

How you set up the base server with a separate configuration queue manager.


Before starting

The following example assumes that we have:

  • Reviewed the section Connectivity considerations and understand how to influence the type of connection to queue managers in the configuration.
  • A working IBM MQ infrastructure. See Configure IBM MQ queue managers for information on setting up queue managers.
  • IBM MQ security tasks are completed.

    All system resources, such as access to files, are configured with adequate security.

    For Managed File Transfer security configuration, refer to Securing Managed File Transfer and Restricting user authorities on MFT agent actions.
  • All IBM MQ connections are tested after IBM MQ is configured by either using a sample program to send and receive messages, or using sample amqscnxc to test IBM MQ client type connections.

    The amqscnxc sample connects to a queue manager by defining the channel connection in the sample code, which is similar to the way that Managed File Transfer connects, when it uses an MQI or IBM MQ client type connection.

  • The instructions assume that the server we use for the base configuration has one IBM MQ version installed. If we have multiple IBM MQ installations in the base server, we must be careful to use the correct file path for the version of IBM MQ you want to use.
  • The queue managers used in these instructions do not require connection authentication.

    While it might be simpler to complete your first configuration without connection authentication required, if your enterprise requires immediate use of connection authentication, see MFT and IBM MQ connection authentication for instructions on how to configure an MQMFTCredentials.xml credentials file

Figure 1. Base topology with separate coordination queue manager and one partner agent


About this task

The queue manager roles for the example configuration are:

  • Base server

    • Queue manager MFT5 is the coordination queue manager
    • Queue manager MFT4 is used as the agent queue manager for agent MFT4AGT1, and also serves as the command queue manager for the MFT5 configuration on the base server.

  • Partner server

    • Queue manager CSM1 doubles as the agent queue manager for agent CSM1AGT1, and as the command queue manager for the MFT5 configuration on the partner server.
    • Queue manager MFT5, on the base server, is the coordination queue manager.


Procedure

  1. Configure the coordination queue manager
  2. Configure the command queue manager
  3. Set up the agent
  4. Set up the logger
  5. Configure a partner server


What to do next

Set up the MQExplorer with MQMFT so that you can test your example setup.

Parent topic: Managed File Transfer scenario