Setting user to access WebSphere MQ in remote mode
This section shows how you can add WebSphere MQ access rights for a new and existing user in remote mode.
Add user to mqm using the command below.
useradd -G mqm <user_name_in lower_case>
usermod -a -G mqm <user_name_in lower_case>
In this topic