My application uses the MQSeries Client API with Microsoft Visual C++ in an NT environment.
I can connect to a Queue Manager setting the environment variable MQCHLLIB to the path in the queue manager where the AMQCLCHL.TAB file is located.
Now I need my application to connect to multiple Queue Managers, even physically located in different machines (therefore, different IPs and so on).
How should I configure then the environment variables to be able to see all the different queue managers from my application at the same time? Is there any other way to connect, appart from using the environment variables, that I should use for my purpose?
Thank you very much in advance.
I can connect to a Queue Manager setting the environment variable MQCHLLIB to the path in the queue manager where the AMQCLCHL.TAB file is located.
Now I need my application to connect to multiple Queue Managers, even physically located in different machines (therefore, different IPs and so on).
How should I configure then the environment variables to be able to see all the different queue managers from my application at the same time? Is there any other way to connect, appart from using the environment variables, that I should use for my purpose?
Thank you very much in advance.