|
|||||
|
||||||
Other Library Functions |
data type |
mq-object |
The mq-object OMX component encapsulates an opened IBM MQSeries object. Typically the object is a queue, although it can also be a namelist, a distribution list, and process definition or a queue manager.
The OmniMark MQSeries dynamic link library file ("ommqi.dll" or "ommqi.so") creates the mq-object OMX component. The related include file ("ommqi.xin") defines the interface to that component. To use mq-object OMX components in your program, you must include the following in your program:
include "ommqi.xin"
Within your program, you can create as many instances of the mq-object OMX component as you require by declaring global and local variables of type "mq-object".
The functions
are used to initialize and discard mq-object objects. The mq-object objects are used as parameters to the following functions:mq-get
-- get a message from a queue
mq-inquire
-- get attributes of an IBM MQSeries object
mq-inquire-names
-- get list of names from an IBM MQSeries namelist
mq-put
-- put a message in a queue
mq-set
-- set attributes of an IBM MQSeries object
Other Library Functions |
Copyright © Stilo International plc, 1988-2010.