Submit jobs

For every job that you want to submit, you should at least perform the following steps:

  1. Connect to the queue manager that manages the request queue.
  2. Open the request queue for output.
  3. Put one or more request messages on the request queue. Each message specifies a single request.
  4. Close the request queue.
  5. Disconnect from the queue manager.

This protocol allows you to submit several jobs over a single queue. The same queue can be used simultaneously by a number of clients. The steps above only describe the most basic form of interaction with KCM Core through MQSeries. Any client that has the MQSeries middleware installed can send requests to KCM Core, provided that it has sufficient access rights.