Websphere MQ Everyplace

examples.os4690
Class UnConfigure

java.lang.Object
  |
  +--examples.os4690.UnConfigure

public class UnConfigure
extends java.lang.Object

Removes a queue manager created using the Configure program.


Field Summary
static short[] version
           
 
Constructor Summary
UnConfigure()
           
 
Method Summary
 void deleteTestQueue()
          Delete a test queue using administration messages, so we can put a test message to it.
static void main(java.lang.String[] args)
           
 void undefine()
          Removes any definitions on the queue manager which were previously defined.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public static short[] version
Constructor Detail

UnConfigure

public UnConfigure()
Method Detail

main

public static void main(java.lang.String[] args)

undefine

public void undefine()
              throws java.lang.Exception
Removes any definitions on the queue manager which were previously defined.

java.lang.Exception

deleteTestQueue

public void deleteTestQueue()
                     throws java.lang.Exception
Delete a test queue using administration messages, so we can put a test message to it.

We could have used the system default local queue, but here we are showing an example of how one might create a queue which has a long filename itself, but stores messages on an 8.3 file sysyem.

Throws:
java.lang.Exception - if there is a failure.

Websphere MQ Everyplace