Previous Topic: Configure the Names of the Message Queues on the CA Access Control Enterprise Management Computer

Next Topic: Changing Communication Encryption Methods

Message Routing Configuration

After you have configured the Message Queue settings and configured the message queue routing settings on the Distribution Server and CA Access Control Enterprise Management, you set up the message routes on the Distribution Server and CA Access Control Enterprise Management.

Example: Set Up Message Routes on the Distribution Server

This example shows you how to set up the message route settings on the Distribution Server. You set up a route between the Distribution Server and CA Access Control Enterprise Management to route messages arriving from CA Access Control endpoints to the Message Queue on CA Access Control Enterprise Management. Complete this procedure on every Distribution Server in your enterprise.

  1. On the Distribution Server, open the file routes.conf for editing. The file is located by default in the following directory, where DistServerInstallDir is the directory in which you installed the Distribution Server:
    DistServerInstallDir/MessageQueue/tibco/ems/bin
    
  2. Add the following entries:
    [ENTM-NAME]
    
    url          = ENTM-URL
    
    ssl_verify_host = disabled
    
    ssl_verify_hostname = disabled
    
    ENTM-NAME

    Defines the short name of the CA Access Control Enterprise Management computer.

    ENTM_URL

    Defines the CA Access Control Enterprise Management URL.

  3. Save the file.
  4. Restart the CA Access Control Message Queue service.

Example: Set Up Message Routes on CA Access Control Enterprise Management

This example shows you how to set up the message route settings on CA Access Control Enterprise Management. You set up a route between CA Access Control Enterprise Management and the Distribution Server to send messages from CA Access Control Enterprise Management to the Distribution Server and from there to the endpoints.

  1. On CA Access Control Enterprise Management, open the file routes.conf. The file is located by default in the following directory, where ACServerInstallDir is the directory in which you installed CA Access Control Enterprise Management:
    ACServerInstallDir/MessageQueue/tibco/ems/bin
    
  2. Add the following entries:
    [DS-NAME]
    
    url          = DS-URL
    
    ssl_verify_host = disabled
    
    ssl_verify_hostname = disabled
    
    DS_NAME

    Defines the short name of the Distribution Server.

    DS_URL

    Defines the Distribution Server URL.

  3. Save the file.
  4. Restart the CA Access Control Message Queue service.

Note: For information about message routings, refer to the TIBCO Enterprise Message Server User's Guide.