Hi, I am trying to listen for messages on a queue on a remote server through VB. In java, I would set the HostName of the connection factory.
Example:
com.ibm.mq.jms.MQQueueConnectionFactory qcf = new com.ibm.mq.jms.MQQueueConnectionFactory();
qcf.setHostName(ip address);
I can't figure out the equivalent in visual basic using MQI. Can someone help me out or point me in the right direction?
Thanks,
David
Example:
com.ibm.mq.jms.MQQueueConnectionFactory qcf = new com.ibm.mq.jms.MQQueueConnectionFactory();
qcf.setHostName(ip address);
I can't figure out the equivalent in visual basic using MQI. Can someone help me out or point me in the right direction?
Thanks,
David