Previous Topic: Message Queue Connection Configuration

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

Configure the Names of the Message Queues on the Distribution Server

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

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 CA Access Control Enterprise Management.

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/ems/bin
    
  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 CA Access Control Enterprise Management computer.

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

  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 th 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 routings, see the TIBCO Enterprise Message Server User's Guide.