Technical data
Managing the Queue Manager and Queue Database
13.4 Displaying Information About Queue Managers
Examples
1. The following example displays default (/BRIEF) information about two queue
managers, PRINT_MANAGER and SYS$QUEUE_MANAGER.
$ SHOW QUEUE/MANAGERS
Queue manager PRINT_MANAGER, running, on NODEA::
Queue manager SYS$QUEUE_MANAGER, running, on NODED::
2. Use the /FULL qualifier to display complete information about queue
managers on the system or cluster.
In the following example, the master file is in one location, while the queue
and journal files belonging to two queue managers are in a different location.
$ SHOW QUEUE/MANAGERS/FULL
Master file: SYS$SPECIFIC:[SYSEXE]QMAN$MASTER.DAT;
Queue manager PRINT_MANAGER, running, on NODEA::
/ON=(NODEA,NODEB,*)
Database location: DUA2:[SYSQUE]
Queue manager BATCH_MANAGER, running, on NODED::
/ON=(NODEC,NODED,NODEE,*)
Database location: SYS$SYSROOT:[SYSEXE]
Figure 13–3 shows the locations of the queue database files shown in the second
example.
Figure 13–3 Locations of Queue Database Files
DUA2:[SYSQUE]PRINT_MANAGER.QMAN$QUEUES
SYS$SPECIFIC:[SYSEXE]QMAN$MASTER.DAT
DUA2:[SYSQUE]PRINT_MANAGER.QMAN$JOURNAL
ZK−8678A−GE
PRINT_MANAGER
BATCH_MANAGER
DUA4:[SYSEXE]BATCH_MANAGER.QMAN$QUEUES
DUA4:[SYSEXE]BATCH_MANAGER.QMAN$JOURNAL
Queue manager
Queue manager
Master file Queue file
Journal file
Queue file
Journal file
13.5 Starting the Queue Manager and Creating a Queue Database
Before you can create queues, you must create a queue database by entering a
command in the following format:
START/QUEUE/MANAGER/NEW_VERSION[/ON=(node,...)] [dirspec]
Managing the Queue Manager and Queue Database 13–7










