Sun GlassFish Message Queue 4.4 Administration Guide

Connection Service Information

Table 22–5 shows the JESMF-accessible attributes pertaining to each connection service.

Table 22–5 JESMF-Accessible Message Queue Connection Service Attributes

Attribute 

Description 

LabeledURI

URI for accessing connection service, in the form

    mq://hostName:portNumber/serviceName


if dynamically allocated, or  

    mqtcp://hostName:servicePort/serviceName


or  

    mqssl://hostName:servicePort/serviceName


if statically assigned 

Secured

Is connection service access secure (SSL/TLS)?

ConnectionsCount

Current number of connections 

NumConnectionsCreated

Cumulative number of connections created since broker started 

FailedConnectionsCount

Cumulative number of connections rejected since broker started 

CurrentNumberOfThreads

Current number of threads actively handling connections 

MinThreadPoolSize

Minimum number of threads maintained in connection service’s thread pool (broker property imq.serviceName.min_threads; see Table 17–1)

MaxThreadPoolSize

Number of threads beyond which no new threads are added to thread pool for use by connection service (broker property imq.serviceName.max_threads; see Table 17–1)

NumProducers

Current number of message producers 

NumConsumers

Current number of message consumers 

NumMsgsIn

Cumulative number of messages received since broker started 

NumMsgsOut

Cumulative number of messages sent since broker started 

InBytesCount

Cumulative size in bytes of messages received since broker started 

OutBytesCount

Cumulative size in bytes of messages sent since broker started 

NumPktsIn

Cumulative number of packets received since broker started 

NumPktsOut

Cumulative number of packets sent since broker started 

PktBytesIn

Cumulative size in bytes of packets received since broker started 

PktBytesOut

Cumulative size in bytes of packets sent since broker started