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

Command Line Syntax

Broker Utility

Command Utility

General Command Utility Options

Broker Management

Connection Service Management

Connection Management

Physical Destination Management

Durable Subscription Management

Transaction Management

JMX Management

Object Manager Utility

Database Manager Utility

User Manager Utility

Bridge Manager Utility

Service Administrator Utility

Key Tool Utility

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

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

Object Manager Utility

The Object Manager utility (imqobjmgr) creates and manages Message Queue administered objects. Table 16-11 lists the available subcommands.

Table 16-11 Object Manager Subcommands

Subcommand
Description
add
Add administered object to object store
delete
Delete administered object from object store
list
List administered objects in object store
query
Display administered object information
update
Modify administered object

Table 16-12 lists the options to the imqobjmgr command.

Table 16-12 Object Manager Options

Option
Description
-l lookupName
JNDI lookup name of administered object
-j attribute=value
Attributes of JNDI object store (see Object Stores)
-t objectType
Type of administered object:
  • q: Queue destination

  • t: Topic destination

  • cf: Connection factory

  • qf: Queue connection factory

  • tf: Topic connection factory

  • xcf: Connection factory for distributed transactions

  • xqf: Queue connection factory for distributed transactions

  • xtf: Topic connection factory for distributed transactions

-o attribute=value
-r readOnlyState
Is administered object read-only?

If true, client cannot modify object’s attributes.

Default value: false.

-i fileName
Name of command file containing all or part of subcommand clause
-pre
Preview results without performing command

This option is useful for checking the values of default attributes.

-javahome path
Location of alternative Java runtime

Default behavior: Use runtime installed on system or bundled with Message Queue.

-f
Perform action without user confirmation
-s
Silent mode (no output displayed)
-v
Display version information1
-h
Display usage help1
-H
Display expanded usage help, including attribute list and examples1

1Any other options specified on the command line are ignored.