Running the amqsreq0.c, amqsreq, and amqsreqc samples

 

The C version of the program takes 2 parameters:

  1. The name of the target server queue (necessary)

  2. The name of the queue manager (optional)

If a queue manager is not specified, it connects to the default one. For example, enter one of the following:

where myqueue is the name of the target server queue, and qmanagername is the queue manager that owns myqueue.

If you omit the qmanagername, when running the C sample, it assumes that the default queue manager owns the queue.

 

Parent topic:

The Request sample programs


fg17470_