I\'m able to send messages from Java to Websphere MQ on AS400. If I send messages from WinXP, there is no difference if I use
Java
Websphere MQ
AS400
WinXP
gmo.options = MQC.MQGMO_NO_SYNCPOINT; //Set no sync point gmo.options = MQC.MQGMO_CONVERT; //Handles ASCII/EBCDIC gmo.options = MQC.MQGMO_WAIT; //Wait until message arrives
this code is wrong, you are overwriting the option, you need | them.
|