Platform Framework
Updated On 08 November 2022 | Min(s) read

Setting up WebSphere MQ User and Group

You can create and setup the WebSphere MQ user and group with root user using the following procedure.

  1. Create a group mqm by using the command below.

    groupadd mqm

  2. Create a user mqm for the group mqm.

    useradd -g mqm mqm

  3. Setup a password for the user mqm.

    passwd mqm

Copyright © 2020- Temenos Headquarters SA

Published on :
Tuesday, April 1, 2025 6:43:24 PM IST