JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle GlassFish Server Message Queue 4.5 Administration Guide
search filter icon
search icon

Document Information

Preface

Part I Introduction to Message Queue Administration

1.  Administrative Tasks and Tools

2.  Quick-Start Tutorial

Part II Administrative Tasks

3.  Starting Brokers and Clients

4.  Configuring a Broker

5.  Managing a Broker

6.  Configuring and Managing Connection Services

7.  Managing Message Delivery

8.  Configuring Persistence Services

9.  Configuring and Managing Security Services

10.  Configuring and Managing Broker Clusters

11.  Managing Administered Objects

12.  Configuring and Managing Bridge Services

13.  Monitoring Broker Operations

14.  Analyzing and Tuning a Message Service

15.  Troubleshooting

Part III Reference

16.  Command Line Reference

17.  Broker Properties Reference

18.  Physical Destination Property Reference

19.  Administered Object Attribute Reference

20.  JMS Resource Adapter Property Reference

21.  Metrics Information Reference

22.  JES Monitoring Framework Reference

Common Attributes

Message Queue Product Information

Broker Information

Port Mapper Information

Connection Service Information

Destination Information

Persistent Store Information

User Repository Information

Part IV Appendixes

A.  Distribution-Specific Locations of Message Queue Data

B.  Stability of Message Queue Interfaces

C.  HTTP/HTTPS Support

D.  JMX Support

E.  Frequently Used Command Utility Commands

Index

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