Previous Topic: Modify the Message Queue Settings on the Distribution ServerNext Topic: Message Queue Connection Configuration


Modify the Message Queue Settings on the Enterprise Management Server

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

To modify the Message Queue settings on the Enterprise Management Server

  1. Stop the CA ControlMinder Message Queue service.

    Important! When you stop the CA ControlMinder Message Queue service, the CA DSM r11Common Application Framework service is also stopped.

  2. On the Enterprise Management Server, open the tibemsd.conf file for editing. This file is located in the following directory, where ACServerInstallDir is the directory in which you installed the Enterprise Management Server:
    ACServerInstallDir/MessageQueue/tibco/cfgmgmt/ems/data
    
  3. Enter the 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 ControlMinder Message Queue service.

    You have modified the message queue settings on the Enterprise Management Server.

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.

Example: tibemsd.conf file

The example shows you a snippet from the tibemsd.conf file after you modify the routing settings for a CA ControlMinder 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
#######################