This topic contains step-by-step instructions for creating a simple MQe application. It describes the steps you need to perform to create and configure your first queue manager, and then to verify that it can send and receive messages from another queue manager.
As well as describing what you need to do, it also tells you which MQe_Script commands you can use to perform each task simply. MQe_Script uses defaults for many attributes, which you would otherwise have to specify if you were writing equivalent code.
MQe_Script is available as part of the Server Support SupportPac™ from the IBM® Web site (see MQe SupportPacs) . This SupportPac includes full documentation on the use of all MQe_Script commands, including details of the defaults and explanations of how to change them if necessary.
You can also perform many of the steps involved in this process using the MQe_Explorer, which is included in the same SupportPac.
Finally, the walkthrough provides links to pieces of example code that show you how to perform many of the steps programmatically.
Once a queue manager has been created and started, all of the configuration (including the creation of queues, connection definitions, remote queue definitions, and listeners) is performed using administration messages. For more information on the use of administration messages, see Configuration by messages overview.