See: Description
| Exception | Description |
|---|---|
| JmqiException |
The JmqiException class is thrown when errors occur in the Java Message Queueing Interface (JMQI)
which is the interface which represents the native MQI in the Java environment.
|
The Java Message Queueing Interface (JMQI) is the interface which represents the native MQI
in the Java environment. There is an implementation which calls through a JNI native library
to the native MQI library, and another implementation which communicates with a remote Queue
Manager using a WebSphere MQ Channel. When these implementations encounter a problem a
JmqiException containing the details may be thrown.