I used this to send message to MQ
MQQueueManager qMgr = new MQQueueManager(qManager);
int openOptions = MQC.MQOO_INPUT_AS_Q_DEF | MQC.MQOO_OUTPUT;
MQQueue queue = qM ...
hi all
i need to develop MQ client application to read the message from MQ server over internet
what I need to make a connection ??
and please small sample if u can