Previous Topic: Change the JNDI Connection AccountNext Topic: Change the Account in the tibco-jms-ds.xml File


Create a Message Queue User

You create a Message Queue user when you change the JNDI connection account.

To create a Message Queue user

  1. Navigate to the following directory, where DistServer is the directory in which you installed the Distribution Server:
    DistServer/MessageQueue/tibco/ems/5.1/bin
    
  2. (UNIX) Enter the following command:
    tibemsadmin
    

    The Tibco EMS Administration Tool starts.

  3. (Windows) Enter the following command:
    tibemsadmin.exe
    

    The Tibco EMS Administration Tool starts.

  4. Connect to the current environment, using one of the following commands:
  5. Enter your username and password.

    Note: The default username is admin and the password is the communication password that you specified when you installed CA ControlMinder Enterprise Management.

    You are connected to the Message Queue.

  6. Enter the following command:
    create user username
    
    username

    Specifies the name of the new Message Queue user.

    The new user is created.

Example: Create a Message Queue User

This Tibco EMS Administration Tool command creates a Message Queue user named example:

> connect SSL://7243
Login name (admin): admin
Password:
Connected to: ssl://localhost:7243
ssl://localhost:7243> create user example
User 'example' has been created
ssl://localhost:7243>