Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kjoter

    Visual basic sample explaining mqconnx

    'An example for you.. Dim O_options As Long ' MQOPEN options Dim od As MQOD ' Object descriptor MQMD_DEFAULTS md md.MsgId = MQRO_NEW_MSG_ID md.ReplyToQ = ReplyQueue md.ReplyToQMgr = ReplyQueueManager If gHcon = 0 Then ' Connect...
  2. kjoter

    Reply-to-queue in MqSeries using Visual Basic

    Hi I have made a Visual Basic 6.0 application for putting messages on an MqSeries queue. My problem is to send the reply to queue and reply queue manager to the mqseries server. It uses default mqseries replyqueuemanager, and empty reply queue. I want to set the reply queue so the program on...

Part and Inventory Search

Back
Top