-
2
- #1
I currently use the MQAX200.DLL from my VB MQ Client application to place messages on a Queue on a separate MQ server machine. This utilises the MQSERVER environment variable on the client machine to specify the channel connection to the server, which means that only ONE Queue Manager can be accessed.
Is there some way of using the interface\properties provided by the MQAX200.DLL to specifiy a Channel connection at run time, or is the only way to do this programmatically by using the MQCNO structure with the MQCONNX call??
Thanks,
Cham.
Is there some way of using the interface\properties provided by the MQAX200.DLL to specifiy a Channel connection at run time, or is the only way to do this programmatically by using the MQCNO structure with the MQCONNX call??
Thanks,
Cham.