Simple administration (examples.administration.simple)

This package contains a set of examples that show how to use some of the administrative features of MQe in your programs. As with the application examples, these examples can work with either a local or a remote queue manager.

Example1
Create and delete a queue.
Example2
Add a connection definition for a remote queue manager.
Example3
Inquire on the characteristics of a queue manager and the queues it owns.
ExampleAdminBase
The base class that all administration examples inherit from.

Parent topic: Java programming samples