|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--examples.os4690.UnConfigure
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 |
public static short[] version
Constructor Detail |
public UnConfigure()
Method Detail |
public static void main(java.lang.String[] args)
public void undefine() throws java.lang.Exception
java.lang.Exception
public void deleteTestQueue() throws java.lang.Exception
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.
java.lang.Exception
- if there is a failure.
|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |