Red Hat AMQ 6
As of February 2025, Red Hat is no longer supporting Red Hat AMQ 6. If you are using AMQ 6, please upgrade: Migrating to AMQ 7.Chapter 2. Broker Service
Overview Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Description: | ActiveMQ Broker |
---|---|
Singleton: | no |
Plugin: | ActiveMQ |
Parent Resource Types Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
- ActiveMQ Server Platform
- JMX Server Platform
- Servicemix 3 Server Platform
- Servicemix 4 Server Platform
- Fabric Container Platform
- JBoss Fuse Container Platform
- JBossAS Server Platform
Child Resource Types Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Connection Properties Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Name | Required | Description | Internal Name |
---|---|---|---|
Broker Version | yes | The version of the broker | BrokerVersion |
Object Name | yes | objectName | |
Object Name 1 | yes | objectName1 | |
Name Template | yes | nameTemplate | |
Description Template | yes | descriptionTemplate | |
Broker Name | yes | The name of the broker | brokerName |
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Name | Type | Description | Internal Name |
---|---|---|---|
Total Consumer Count | measurement | Number of message consumers subscribed to destinations on the broker. | TotalConsumerCount |
Total Enqueue Count | measurement | Number of messages that have been sent to the broker. | TotalEnqueueCount |
Total Enqueue Count per Minute | measurement | Number of messages that have been sent to the broker. | TotalEnqueueCount |
Total Dequeue Count | measurement | Number of messages that have been acknowledged on the broker. | TotalDequeueCount |
Total Dequeue Count per Minute | measurement | Number of messages that have been acknowledged on the broker. | TotalDequeueCount |
Total Message Count | measurement | Number of unacknowledged messages on the broker. | TotalMessageCount |
Total Message Count per Minute | measurement | Number of unacknowledged messages on the broker. | TotalMessageCount |
Memory Percent Usage | measurement | Percent of memory limit used. | MemoryPercentUsage |
Memory Limit | measurement | Memory limit, in bytes, used for holding undelivered messages before paging to temporary storage. | MemoryLimit |
Note
You must use the internal name to reference Traits in Dynamic Group Definition expressions.
Configuration Properties Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
none
Operations Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Name | Description |
---|---|
Start | Starts the Broker |
Stop | Stops the Broker and all its components |
Gc | Flushes Broker caches so that the garbage collector can reclaim more memory |
Add Connector | Adds a Connector to the broker. |
Remove Connector | Removes a Connector from the broker. |
Reset Statistics | Reset all broker statistics. |
Enable Statistics | Enable broker statistics. |
Disable Statistics | Disable broker statistics. |
Add Network Connector | Adds a Network Connector to the broker. |
Remove Network Connector | Removes a Network Connector from the broker. |
Stop Gracefully | Poll for queues matching queueName are empty before stopping |
Terminate JVM | Shuts down the JVM. |
Add Topic | Adds a Topic destination to the broker. |
Add Queue | Adds a Queue destination to the broker. |
Remove Topic | Removes a Topic destination from the Broker |
Remove Queue | Removes a Queue destination from the Broker |
Reload Log 4j Properties | Reloads log4j.properties from the classpath. |
Get Transport Connector By Type | The url of transport connector by it's type; e.g. tcp, stomp, ssl, etc. |
Package Types Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
none