[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Command qk

NAME

Command qk :: Queue kill

SYNOPSIS

qk TargetName QueueName

DESCRIPTION

The qk command kill a queue. The target name and the queue name must be passed as parameters.

EXAMPLE

In this example, a target named `localhost' is created with three queues : `queue1', `queue2' and `queue3'. Then qk is used to delete `queue2'. ql is used to print queue list before and after deletion.

 
$ dio87d -d
$ dio87c -- ta localhost
$ dio87c -- qa localhost queue1
$ dio87c -- qa localhost queue2
$ dio87c -- qa localhost queue3
$ 
$ dio87c -- ql localhost
queue1
queue2
queue3
$ 
$ dio87c -- qk localhost queue2
$ 
$ dio87c -- ql localhost
queue1
queue3
$

ACCESS CONTROL

This function requires the `admin' privilege for the `target' command family.

SEE ALSO



This document was generated by dom on September, 11 2005 using texi2html