Sun GlassFish Message Queue 4.4 Developer's Guide for JMX Clients

Attributes

The service manager monitor MBean has the attributes shown in Table 3–19. The names of these attributes are defined as static constants in the utility class ServiceAttributes.

Table 3–19 Service Manager Monitor Attributes

Name 

Type 

Settable? 

Description 

NumServices

Integer

No 

Number of connection services 

NumActiveThreads

Integer

No 

Total current number of threads actively handling connections for all services 

NumMsgsIn

Long

No 

Total cumulative number of messages received by all services since broker started 

NumMsgsOut

Long

No 

Total cumulative number of messages sent by all services since broker started 

MsgBytesIn

Long

No 

Total cumulative size in bytes of messages received by all services since broker started 

MsgBytesOut

Long

No 

Total cumulative size in bytes of messages sent by all services since broker started 

NumPktsIn

Long

No 

Total cumulative number of packets received by all services since broker started 

NumPktsOut

Long

No 

Total cumulative number of packets sent by all services since broker started 

PktBytesIn

Long

No 

Total cumulative size in bytes of packets received by all services since broker started 

PktBytesOut

Long

No 

Total cumulative size in bytes of packets sent by all services since broker started