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

Destination Information

Table 22-6 shows the JESMF-accessible attributes pertaining to each destination. Each of these attributes corresponds to a Message Queue physical destination property; see Table 18-1 for further information.

Table 22-6 JESMF-Accessible Message Queue Destination Attributes

Attribute
Corresponding Property
Description
Type
Destination type (q = queue, t = topic)
MaxNumMsgs
maxNumMsgs
Maximum number of unconsumed messages
MaxBytesPerMsg
maxBytesPerMsg
Maximum size, in bytes, of any single message
MaxTotalMsgBytes
maxTotalMsgBytes
Maximum total memory, in bytes, for unconsumed messages
LimitBehavior
limitBehavior
Broker behavior when memory-limit threshold reached
MaxNumProducers1
maxNumProducers
Maximum number of associated message producers
MaxNumActiveConsumers2
maxNumActiveConsumers
Maximum number of associated active message consumers in load-balanced delivery
MaxNumBackupConsumers2
maxNumBackupConsumers
Maximum number of associated backup message consumers in load-balanced delivery
ConsumerFlowLimit
consumerFlowLimit
Maximum number of messages delivered to consumer in a single batch
LocalOnly1
isLocalOnly
Local delivery only?
LocalDeliveryPreferred1 ,2
localDeliveryPreferred
Local delivery preferred?
UseDMQ1
useDMQ
Send dead messages to dead message queue?

1Does not apply to dead message queue

2Queue destinations only