Websphere MQ Everyplace

examples.helloworld
Class Configure

java.lang.Object
  |
  +--examples.helloworld.Configure

public class Configure
extends java.lang.Object

Configures the HelloWorldQM on your disk in the QueueManagers directory.

The resultant queue manager can then be used by the Run program, and destroyed using the UnConfigure program.

Most solutions separate the configuration of their disk-resident queue managers from the use of those queue managers. The hello world java example does this also.


Field Summary
static short[] version
           
 
Constructor Summary
Configure()
           
 
Method Summary
static void define()
          Defines the queue manager.
static void main(java.lang.String[] args)
          Entry point invoked from the command line.
 
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

Configure

public Configure()
Method Detail

main

public static void main(java.lang.String[] args)
Entry point invoked from the command line.


define

public static void define()
                   throws java.lang.Exception
Defines the queue manager.

java.lang.Exception

Websphere MQ Everyplace