Problem:
In CG you set up your MQ configs, and you can create many.
To change the one used, issue SETMWICONFIG to choose one.
Put in yourJava program before "cgInvoke" is issued.
Where does cgInvoke get issued?
Resolution:
The setMWIConfig call must be done before the doit() or the
CgInvoke() is done, depending on the client.
The Java application client uses the doIt() method.
The JSP client uses the cgInvoke() method.
#EnterpriseDeveloper
#MFDS