Home

 

Establishing a TCP connection

 

  1. Edit the file /etc/services.

    To edit the /etc/services file, be logged in as a superuser or root. If you do not have the following line in that file, add it as shown:

    MQSeries       1414/tcp      # MQSeries channel listener

  2. Edit the file /etc/inetd.conf. If you do not have the following line in that file, add it as shown:
    MQSeries stream tcp nowait root /usr/mqm/bin/amqcrsta amqcrsta
    [-m queue.manager.name]

  3. Enter the command refresh -s inetd.

You must add root to the mqm group. You need not have the primary group set to mqm. As long as mqm is in the set of groups, we can use the commands. If you are running only applications that use the queue manager you do not need mqm group authority.

 

Parent topic:

Example configuration - IBM WebSphere MQ for AIX


ic13490_


 

Home