This article covers role management rights that pertain to Listeners.
| Right | Feature Code | Explanation |
| Change Listeners | MQCMD_CHANGE_LISTENER | Allows users to change listeners. |
| Copy Listeners | MQCMD_COPY_LISTENER | Allows users to copy listeners. |
| Create Listeners | MQCMD_CREATE_LISTENER | Allows users to create listeners. |
| Delete Listeners | MQCMD_DELETE_LISTENER | Allows users to remove listeners. |
| Rename Listeners | EXCMD_RENAME_OBJECT | Allows users to rename listeners. |
| Show Listener Attributes | MQCMD_INQUIRE_LISTENER | Allows users to view attributes of listeners. |
| Show Listeners | EXCMD_INQUIRE_LISTENER_NAMES | Allows users to view listeners. |
| Show Listeners Status | MQCMD_INQUIRE_LISTENER_STATUS | Allows users to view the status of listeners. |
| Start Listeners | MQCMD_START_CHANNEL_LISTENER | Allows users to start listeners. |
| Stop Listener | MQCMD_STOP_CHANNEL_LISTENER | Allows users to stop listeners. |