Opening distribution lists
Use the MQOPEN call to open a distribution list, and use the options of the call to specify what you want to do with the list.
As input to MQOPEN, supply:
- A connection handle (see Putting messages on a queue for a description)
- Generic information in the Object Descriptor structure (MQOD)
- The name of each queue that you want to open, using the Object Record structure (MQOR)
The output from MQOPEN is:
- An object handle that represents your access to the distribution list
- A generic completion code
- A generic reason code
- Response Records (optional), containing a completion code and reason for each destination
Parent topic:
Distribution lists
fg12450_