Oracle GlassFish Message Queue 4.4.2 Developer's Guide for JMX Clients

Producer Manager Configuration

Each broker has a single producer manager configuration MBean, used for configuring all of the broker's message producers.

Object Name

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.

Attribute

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 

NumProducers

Integer

No 

Current total number of message producers 

Operation

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 

getProducerIDs

None 

String[]

Producer identifiers of all current message producers