DOC
MQ Instructions for linux - JAVA
By Jacqueline Moore,2015-03-09 10:39
30 views
0
Preparation for MQM
You can develop MQ program with java language using two types. One is base java application, the
other is JMS. IF you using JMS, you should do more configuration work besides the work of base java.
The work for base java is similar with C and the other languages MQ supported. i.e. the base java
program can connect to queue manager via binding or client mo..