Previous Topic: Modify the Message Queue Settings on the Enterprise Management ServerNext Topic: Configure the Names of the Message Queues on the Distribution Server


Message Queue Connection Configuration

To route messages from the Message Queue on the Distribution Server to the Enterprise Management Server conversely, you modify the existing Message Queue settings in your enterprise.

Example: Configuring the Message Queue Connection Settings on the Distribution Server

This example shows you how to configure the Message Queue server settings on the Distribution Server. You configure the Message Queue to send messages to the Enterprise Management Server by defining the parameters of the Message Queue that is running on the Enterprise Management Server.

Follow these steps:

  1. On the Distribution Server, do one of the following:
  2. Connect to the Message Queue using either of the following:

    A login name prompt appears.

  3. Enter admin.

    A password prompt appears.

  4. Enter the password that you provided when you installed the Distribution Server.
  5. When prompted, enter a new password for the Message Queue server.
  6. Define the Message Queue password.
    set server password= 
    

    Example: set server password=<C0mp1ex>

  7. Create a user named ENTM-NAME and assign a password to the user.
    create user ENTM-NAME password=acserver_user-passwd
    

    Example: create user EMS-SERVER password=<acserver_user-passwd>

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

  8. Do the following:
    1. Enter the following command:
      add member ac_server_users ENTM_NAME
      

      The user you created is added to the ac_server_users group.

    2. Enter the following command:
      add member ac_endpoint_users ENTM_NAME
      

      The user you created is added to the ac_endpoint_users group.

    3. Enter the following command:
      add member report_publishers ENTM_NAME
      

      The user you created is granted permissions to read and publish messages to CA ControlMinder queues.

  9. Restart the Distribution Server.

    The changes you made are applied.

Example: Configure the Message Queue Connection Settings on the Enterprise Management Server

This example shows you how to configure the Message Queue server settings on the Enterprise Management Server. You configure the Message Queue to send messages to the Distribution Server.

In this example the term DS-NAME relates to the name of the Distribution Server computer and the term ENTM-NAME relates to name of the Enterprise Management Server. When you define the message queue server settings, you replace the name with the server actual names, as defined in the 'server' token in the tibemsd.conf file.

Follow these steps:

  1. On the Enterprise Management Server, do one of the following:
  2. Connect to the Message Queue using either of the following:

    A login name prompt appears.

  3. Enter admin.

    A password prompt appears.

  4. Enter the password that you provided when you installed the Enterprise Management Server.
  5. Define the Message Queue password.
    set server password=entm_server-passwd
    

    Example: set server password=<ENTM_SERVER_NAME-passwd>

  6. For each Distribution Server, create a user named DS-NAME and assign a password to the user.
    create user DS-NAME password=dist_server_user
    

    Example: create user EMS-Server password=<C0mp1ex>

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

  7. Do the following:
    1. Enter the following command:
      add member ac_server_users DS_NAME
      

      The user you created is added to the ac_server_users group.

    2. Enter the following command:
      add member ac_endpoint_users DS_NAME
      

      The user you created is added to the ac_endpoint_users group.

    3. Enter the following command.
      add member report_publishers DS_NAME
      

      The user you created is granted permissions to read and publish messages to CA ControlMinder queues.

  8. Restart the Distribution Server for the changes to take effect.

    You have configured the message queue connection 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.