Home
Call descriptions
This part of the book describes the MQI calls:
- MQBACK - Back out
- MQBEGIN - Begin unit of work
- MQCLOSE - Close object
- MQCMIT - Commit
- MQCONN - Connect to queue manager
- MQCONNX - Connect to queue manager with options
- MQDISC - Disconnect from queue manager
- MQGET - Get message
- MQINQ - Inquire about object attributes
- MQOPEN - Open object
- MQPUT - Put message
- MQPUT1 - Put one message
- MQSET - Set object attributes
- MQSYNC - Synchronize statistics updates (Compaq NSK only)
Online help on the UNIX platforms, in the form of man pages, is available for these calls.
Note:The calls associated with data conversion, MQXCNVC and MQ_DATA_CONV_EXIT, are in Appendix F. Data conversion.
Home