Home
What applications run on a WebSphere MQ client?
The full MQI is supported in the client environment. This enables almost any WebSphere MQ application to be configured to run on a WebSphere MQ client system by linking the application on the WebSphere MQ client to the MQIC library, rather than to the MQI library. The exceptions are:
- MQGET with signal
- An application that needs syncpoint coordination with other resource managers must use an extended transactional client
An application running on a WebSphere MQ client can connect to more than one queue manager concurrently, or use a queue manager name with an asterisk (*) on an MQCONN or MQCONNX call (see the examples in Running applications on WebSphere MQ clients).
Home