Previous Topic: Configure the Names of the Message Queues on the Enterprise Management ServerNext Topic: Migrate the Report Server to the Enterprise Reporting Services


Message Routing Configuration

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

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 the Enterprise Management Server to route messages arriving from CA ControlMinder endpoints to the Message Queue on the Enterprise Management Server. 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/cfgmgmt/ems/data
    
  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 Enterprise Management Server.

    ENTM_URL

    Defines the Enterprise Management Server URL.

  3. Save the file.
  4. Restart the CA ControlMinder Message Queue service.

Example: Set Up Message Routes on the Enterprise Management Server

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

  1. On the Enterprise Management Server, open the file routes.conf. The file is located by default in the following directory, where ACServerInstallDir is the directory in which you installed the Enterprise Management Server:
    ACServerInstallDir/MessageQueue/tibco/cfgmgmt/ems/data
    
  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 ControlMinder Message Queue service.

Note: For information about message routing, refer to the TIBCO Enterprise Message Service User's Guide. Tibco documentation is installed as part of the Message Queue and is located at ACServerInstallDir/MessageQueue/tibco/ems/5.1/doc.