Running the amqsreq0.c, amqsreq, and amqsreqc samples
The C version of the program takes 2 parameters:
- The name of the target server queue (necessary)
- 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:
- amqsreq myqueue qmanagername
- amqsreqc myqueue qmanagername
- amq0req0 myqueue
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_