Configuring TIBCO Enterprise Message Service

This section describes the steps to setup and configure TIBCO Enterprise Messaging services destination required by the Core Engine at run time. This section assumes that TIBCO API Exchange Gateway has access to a running instance of TIBCO Enterprise Messaging Service.

Procedure

  1. Make sure the TIBCO EMS server is running.
  2. Create the following queues in the TIBCO EMS server using the tibemsadmin tool:
       create queue asg.out.request
       create queue asg.out.request.reply.0.0
       create queue asg.out.request.reply.0.1
       create queue asg.out.request.reply.0.2
       create queue asg.in.request
       create queue asg.in.request.reply.0
       create queue asg.custom.request
       create queue asg.custom.request.reply.0
    Note: The default configuration assumes that TIBCO Enterprise Message Service is running on the localhost and port 7222. Depending on the host and port where TIBCO Enterprise Message Service runs, edit the TIBCO Enterprise Message Service configuration parameters in the ASG_CONFIG_HOME/asg/asg.properties file.

    For example, use the tibemsadmin tool of TIBCO Enterprise Message Service.

  3. Navigate to the TIBCO Enterprise Message Service installation directory.
  4. Change to the EMS_HOME/bin directory.
  5. Start the tibemsadmin tool, as follows:
       tibemsadmin server "tcp://host:port" user adminuser
  6. Type the following command to create queues:
    create queue asg.in.request
    create queue asg.in.request.reply.0
    create queue asg.out.request
    create queue asg.out.request.reply.0.0
    create queue asg.out.request.reply.0.1
    create queue asg.out.request.reply.0.2
    create queue asg.custom.request
    create queue asg.custom.request.reply.0
  7. Exit the tibemsadmin utility.