Previous Topic: Message Queue Connection ConfigurationNext Topic: Configure the Names of the Message Queues on the Enterprise Management Server


Configure the Names of the Message Queues on the Distribution Server

To forward messages from the Distribution Server to the Enterprise Management Server, configure each messages route to forward the messages from the Message Queue on the Distribution Server to the Message Queue on the Enterprise Management Server.

In this procedure you define the message queue settings on the Distribution Server. You modify the message queue settings file to provide the settings of the Message Queue on the Enterprise Management Server.

To configure the names of the Message Queue on the Distribution Server

  1. On the Distribution Server, open the file queues.conf. The file is located by default in the following directory, where DistServerInstallDir is the directory in which you installed the Distribution Server:
    DistServerInstallDir/ACMQ/tibco/cfgmgmt/ems/data
    
  2. Locate the queue named 'queue/snapshots' and add the ENTM-NAME value at the end of the queue name, preceded by a @ sign as follows:
    queue/snapshots@ENTM-NAME
    
    ENTM-NAME

    Defines the short name of the Enterprise Management Server.

    Important! Specify the same name that you defined in the 'server' parameter of the tibemsd.conf file on the Enterprise Management Server.

  3. Locate the queue name 'queue/audit' and add the ENTM-NAME value at the end of the queue name, preceded by a @ sign as follows:
    queue/audit@ENTM-NAME
    
  4. Locate the queue named 'ac_endpoint_to_server' and add the ENTM-NAME value at the end of the queue name, preceded by a @ sign as follows:
    ac_endpoint_to_server@ENTM-NAME
    
  5. Locate the queue named 'ac_server_to_endpoint' and add the ENTM-NAME value at the end of the queue name, preceded by a @ sign as follows:
    ac_server_to_endpoint@ENTM-NAME 
    
  6. Save and close the file.

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.