[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
qsd TargetName QueueName description
qsd
command can be used to change the description of a queue.
This description can be print with qi
command. The parameters are
the target name, the queue name and the description.
qsd
command is used to change description. ql -d
is used to print
queue description before and after change.
$ dio87d -d $ dio87c -- ta localhost $ dio87c -- qa localhost myqueue "initial description" $ $ dio87c -- ql -d localhost myqueue initial description $ $ dio87c -- qsd localhost myqueue "new description" $ $ dio87c -- ql -d localhost myqueue new description $ |