Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
Information
This site will undergo a brief period of maintenance on Friday, 18 December at 12:30 AM Central/12:00 PM IST. During a 30 minute window, site availability may be intermittent.
How applications interact with IBM MQ objects
For an application to work with a IBM MQ object (for example: a queue, a name list, a queue manager, or a process definition), both the application and the queue manager must have a unique identifier by which it knows that object. This identifier is called an object handle. The handle is returned by the IMFEXEC MQI OPEN statement when an application opens the object to work with it. Applications pass the object handle as input, explicitly or implicitly, when they use subsequent IMFEXEC MQI PUT, GET, or CLOSE statements.