Previous Topic: Modify the Message Queue Settings on the Distribution Server

Next Topic: Message Queue Connection Configuration

Modify the Message Queue Settings on CA Access Control Enterprise Management

This procedure shows you how to modify the Message Queue settings on CA Access Control Enterprise Management to enable communication with the Distribution Server.

To modify the Message Queue settings on CA Access Control Enterprise Management

  1. Stop the CA Access Control Message Queue service.
  2. On CA Access Control Enterprise Management, open the tibemsd.conf file for editing. This file is located in the following directory by default, where DistServerInstallDir is the directory in which you installed the Distribution Server:
    DistServerInstallDir/ACMQ/tibco/ems/bin
    
  3. Enter the CA Access Control Enterprise Management server short host name, not separated by dots, in the 'server' parameter.
  4. Change the 'routing' parameter value to enabled.
  5. Start the CA Access Control Message Queue service.

    You have modified the message queue settings on CA Access Control Enterprise Management.

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

Example: tibemsd.conf file

The example shows you a snippet from the tibemsd.conf file after you modify the routing settings for a CA Access Control Enterprise Management Server named ENTM_Example:

#######################
# Server Identification Information.
# server:    unique server name
# password:  password used to login into other routed server
#######################
server                  = ENTM_Example
password                =
#######################
…
#######################
# Routing. Routes configuration is in 'routes.conf'. This enables or
# disables routing functionality for this server.
#######################
routing                 = enabled
#######################