Running the amqsput and amqsputc samples

 

These programs each take 2 parameters:

  1. The name of the target queue (required)

  2. The name of the queue manager (optional)

If a queue manager is not specified, amqsput connects to the default queue manager and amqsputc connects to the queue manager identified by an environment variable or the client channel definition file. To run these programs, enter one of the following:

where myqueue is the name of the queue on which the messages are going to be put, and qmanagername is the queue manager that owns myqueue.

 

Parent topic:

The Put sample programs


fg17150_