RAWMQ is the connector IBM WebSphere Message Queue 6.0.
The connector for RAWMQ is shipped as rawmq.rar. It does NOT include the client runtime.
- When using XA, only the sync concurrency mode is supported. This implies that when XA is used, there is no concurrent processing using topics.
- Supports JMSC_MQJMS_TP_CLIENT_MQ_TCPIP transport type
- The URL must be of the form wmq://[hostname]:[port]?QueueManager=[queue manager name]&option1=value1&option2=value2. Options can include options for JMSJCA and:
- QueueManager
- TransportType
- Channel
- Before deploying the connector, add the following jars to the classpath suffix:
- com.ibm.mqjms.jar
- com.ibm.mq.jar
- com.ibm.mqetclient.jar
- dhbcore.jar
- WebSphere MQ is not the same as Embedded WMQ. The latter is NOT supported.