HI
I got this info from one site. By adding the following two lines in our code, the MQ tracing can be set off.
MQEnvironment.disableTracing ();
MQException.log = null;
But this doesnt seem to help. MQ still keeps writing the message(MQJE001: Completion Code 2, Reason 2033) to the console. Does anyone have any answer for this?
I got this info from one site. By adding the following two lines in our code, the MQ tracing can be set off.
MQEnvironment.disableTracing ();
MQException.log = null;
But this doesnt seem to help. MQ still keeps writing the message(MQJE001: Completion Code 2, Reason 2033) to the console. Does anyone have any answer for this?