[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
ql [options] TargetName
ql
command prints the list of queues assigned to a target. The
target name must be passed as parameters.
`-d' option can be used to print queue description and `-t' to print target name.
Three options can be used to format output :
In this example, a target named `localhost' is created with three queues :
`queue1', `queue2', `queue3'. ql
is used to print
queue list. Then `-d' and `-t' are used to print queue
description and target name.
$ dio87d -d $ dio87c -- ta localhost $ dio87c -- qa localhost queue1 $ dio87c -- qa localhost queue2 "second queue" $ dio87c -- qa localhost queue3 "third queue" $ $ dio87c -- ql localhost queue1 queue2 queue3 $ $ dio87c -- ql -d -t localhost localhost queue1 localhost queue2 second queue localhost queue3 third queue $ |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |