This article covers role management rights that pertain to Artemis Broker objects.
| Right | Feature Code | Explanation |
| Change Artemis Broker | EXCMD_CHANGE_ARTEMIS_BROKER | Allows users to modify broker-level configuration parameters. |
| Clear Artemis Broker Authentication Cache | EXCMD_CLEAR_ARTEMIS_BROKER_AUTHENTICATION_CACHE | Allows users to clear cached authentication data and force re-validation. |
| Clear Artemis Broker Authorization Cache | EXCMD_CLEAR_ARTEMIS_BROKER_AUTHORIZATION_CACHE | Allows users to clear cached authorization data. |
| Disable Artemis Broker Message Counters | EXCMD_DISABLE_ARTEMIS_BROKER_MESSAGE_COUNTERS | Allows users to disable broker message counters. |
| Enable Artemis Broker Message Counters | EXCMD_ENABLE_ARTEMIS_BROKER_MESSAGE_COUNTERS | Allows users to enable broker message counters. |
| Export Artemis Broker Configuration As Properties | EXCMD_EXPORT_ARTEMIS_BROKER_CONFIG_AS_PROPERTIES | Allows users to export broker configuration as properties. |
| Force Artemis Broker Failover | EXCMD_FORCE_ARTEMIS_BROKER_FAILOVER | Allows users to trigger immediate failover to a backup broker. |
| Freeze Artemis Broker Replication | EXCMD_FREEZE_ARTEMIS_BROKER_REPLICATION | Allows users to suspend replication between live and backup brokers. |
| List Artemis Broker Network Topology | EXCMD_LIST_ARTEMIS_BROKER_NETWORK_TOPOLOGY | Allows users to view broker network topology. |
| Rebuild Artemis Broker Page Counters | EXCMD_REBUILD_ARTEMIS_BROKER_PAGE_COUNTERS | Allows users to rebuild broker page counters. |
| Reload Artemis Broker Configuration File | EXCMD_RELOAD_ARTEMIS_BROKER_CONFIGURATION_FILE | Allows users to reload broker configuration file without restart. |
| Reset Artemis Broker All Message Counter Histories | EXCMD_RESET_ARTEMIS_BROKER_ALL_MESSAGE_COUNTER_HISTORIES | Allows users to reset all broker message counter histories. |
| Reset Artemis Broker All Message Counters | EXCMD_RESET_ARTEMIS_BROKER_ALL_MESSAGE_COUNTERS | Allows users to reset all broker message counters. |
| Restart Artemis Broker Embedded Web Server | EXCMD_RESTART_ARTEMIS_BROKER_EMBEDDED_WEB_SERVER | Allows users to restart the embedded web server. |
| Scale Down Artemis Broker | EXCMD_SCALE_DOWN_ARTEMIS_BROKER | Allows users to transfer load and shut down broker gracefully. |
| Show Artemis Broker | EXCMD_INQUIRE_ARTEMIS_BROKER | Allows users to view broker configuration and details. |
| Show Artemis Broker Names | EXCMD_INQUIRE_ARTEMIS_BROKER_NAMES | Allows users to view broker names. |
| Show Artemis Broker Status | EXCMD_INQUIRE_ARTEMIS_BROKER_STATUS | Allows users to view broker status and health. |
| Start Artemis Broker Embedded Web Server | EXCMD_START_ARTEMIS_BROKER_EMBEDDED_WEB_SERVER | Allows users to start the embedded web server. |
| Stop Artemis Broker Embedded Web Server | EXCMD_STOP_ARTEMIS_BROKER_EMBEDDED_WEB_SERVER | Allows users to stop the embedded web server. |