This is archived documentation for an older version of Nirvana (v2.0). Please refer to documentation for the latest version if required.

Glossary:

Full Glossary

Deleting a Nirvana queue

This example (deleteQueue.Java) obtains a reference to a Nirvana queue and deletes it.

Java -DRNAME=someRNAME -DQUEUENAME=Qname com.pcbsys.Nirvana.apps.deleteQueue

where

RNAME is the realm name of the Nirvana server you wish to connect to (e.g. nsp://localhost:9000 ).
QUEUENAME is the name of the queue to delete.