Each broker has a single producer manager configuration MBean, used for configuring all of the broker's message producers.
The producer manager configuration MBean has the following object name:
com.sun.messaging.jms.server:type=ProducerManager,subtype=Config
A string representing this object name is defined as a static constant PRODUCER_MANAGER_CONFIG_MBEAN_NAME in the utility class MQObjectName.
The producer manager configuration MBean has the attribute shown in Table 3–53. The name of this attribute is defined as a static constant in the utility class ProducerAttributes.
Table 3–53 Producer Manager Configuration Attribute| Name | Type | Settable? | Description | 
|---|---|---|---|
| Integer | No | Current total number of message producers | 
The producer manager configuration MBean supports the operation shown in Table 3–54. The name of this operation is defined as a static constant in the utility class ProducerOperations.
Table 3–54 Producer Manager Configuration Operation| Name | Parameters | Result Type | Description | 
|---|---|---|---|
| None | String[] |