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 | Attributes of administered object (see Administered Object Attributes and Chapter 19, Administered Object Attribute Reference) | 
| -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 information [Any other options specified on the command line are ignored. ] | 
| -h | Display usage help | 
| -H | Display expanded usage help, including attribute list and examples |