IBM WebSphere MQ, formerly known as MQSeries, is a messaging integration product that provides reliable, secure and, optionally, transactional message delivery. Micro Focus Enterprise Server for .NET uses the WebSphere MQ .NET code client to allow application programs to interact with an MQ server. However, as the WebSphere MQ .NET code client only provides a class library interface and not the traditional MQI (MQ programming interface), the MQI is implemented within Micro Focus Enterprise Server for .NET to allow applications that use the MQI to be able to run unchanged.
Verb | Parameter | Support |
---|---|---|
MQBACK | Hconn | Full |
CompCode | Full | |
Reason | Full | |
MQBEGIN | Hconn | Full |
BeginOptions | Ignored | |
CompCode | Full | |
Reason | Full | |
MQCLOSE | Hconn | Full |
CompCode | Full | |
Hobj | Full | |
Options | Full | |
Reason | Full | |
MQCMIT | Hconn | Full |
CompCode | Full | |
Reason | Full | |
MQCONN | QMgrName | Full |
Hconn | Full | |
CompCode | Full | |
Reason | Full | |
MQCONNX | QMgrName | Full |
ConnectOpts |
|
|
Hconn | Full | |
CompCode | Full | |
Reason | Full | |
MQDISC | Hconn | Full |
CompCode | Full | |
Reason | Full | |
MQGET | Hconn | Full |
Hobj | Full | |
MsgDesc | Full | |
GetMsgOpts |
|
|
BufferLength | Full | |
Buffer | Full | |
DataLength | Full | |
CompCode | Full | |
Reason | Full | |
MQINQ | Hconn | Full |
Hobj | Full | |
SelectorCount | Full | |
Selectors | Full | |
IntAttrCount | Full | |
IntAttrs | Full | |
CharAttrLength | Full | |
CharAttrs | Full | |
CompCode | Full | |
Reason | Full | |
MQOPEN | Hconn | Full |
ObjDesc |
|
|
Options | Full | |
Hobj | Full | |
CompCode | Full | |
Reason | Full | |
MQPUT | Hconn | Full |
Hobj | Full | |
MsgDesc | Full | |
PutMsgOpts |
|
|
BufferLength | Full | |
Buffer | Full | |
CompCode | Full | |
Reason | Full | |
MQPUT1 | Hconn | Full |
ObjDesc |
|
|
MsgDesc | Full | |
PutMsgOpts |
|
|
BufferLength | Full | |
Buffer | Full | |
CompCode | Full | |
Reason | Full | |
MQSET | Hconn | Full |
Hobj | Full | |
SelectorCount | Full | |
Selectors | Full | |
IntAttrCount | Full | |
IntAttrs | Full | |
CharAttrLength | Full | |
CharAttrs | Full | |
CompCode | Full | |
Reason | Full |
A CICS region requires an MQ XA resource definition to be created using the XA Resource Definitions Editor, and its name specified in the region start-up file using the Region Startup File Editor. The MQ XA resource definition allows the MQ queue manager name, channel name and connection name to be specified. If trigger monitors are to be used, a listener channel for each trigger monitor needs to be configured using the Listener Configuration Editor. Each trigger monitor configuration requires the name of the MQ initiation queue to be specified.
A JES region requires the MQ channel and connection names, used when an application attempts to connect to a queue manager using the MQCONN or MQCONNX APIs, to be specified in the region start-up file using the Region Startup File Editor.