I don't care if the example uses the Kolban DLL, IBM's supportpaq, or some
other COM object. I just need to find a working solution.
In case of supportpack MA7P client connection in VB works like this:
--8<--
Dim mqQMgr As MQQueueManager '* MQQueueManager instance
Dim MQEnv As MQEnvironment '* MQ-Environment
'* Environment for Client-Connection:
MQEnv.Channel = "SYSTEM.AUTO.SVRCONN"
MQEnv.Hostname = "192.168.1.3" '* IP or hostname
MQEnv.Port = 1414 '* TCP/IP port
'* ---
mqQMgr = New MQQueueManager("QUEUE_MANAGER")
mqQueue = mqQMgr.AccessQueue("QUEUE_NAME", MQC.MQOO_OUTPUT +
MQC.MQOO_FAIL_IF_QUIESCING)
-->8--
Because the DLL uses MQCD structur version 7 it needs to have MQ-Client 5.3
installed! Does not work with 5.2.1 client as far as I know.
HTH,
--
Danyel Meyer
> -------------------------------------------
> dialog-it GmbH
> Röllinghäuser Strasse 55a
> 31061 Alfeld/Leine
>
> Tel +49 (0) 5181 900 814
> Fax +49 (0) 5181 900 815
> E-Mail danyel...@dialog-it.de
"Jonathan Nordell" <jona...@precisionind.com> schrieb im Newsbeitrag
news:bdd6tt$ha94$1...@news.boulder.ibm.com...