Logger.logDebugMsg(" MQMD Headers Set : " + mqHeaders.toString());
Logger.logDebugMsg("End of MakeMQHeader:setMQMDHeaders method");
}
catch(Exception ex) {
Logger.logErrorMsg(" Error setting the MQMD Headers " + ex);
ex.printStackTrace();
}
}
But we are getting an error setting up report options.
Error putting the message cooTopreMQControlPutMessageAsString javax.resource.ResourceException: Invalid COA Report option specified in the MQMDHeaders input document
Please guide us in defining the MQ series control properties.
I am confused: why are you using java base stuff and not JMS??
Anyways I would have thought setting the MQ constant was enough. Why try to change the type by putting it all toString ??
What are you trying to achieve here that could not be done in JMS ?? _________________ MQ & Broker admin
I am confused: why are you using java base stuff and not JMS??
Anyways I would have thought setting the MQ constant was enough. Why try to change the type by putting it all toString ??
What are you trying to achieve here that could not be done in JMS ??
Thanks fjb_saper. I have suggested to use JMS but its application team decision to go thru java. setting it as MQ constant
By the way if you read the Using Java manual this option is mapped to JMS.... in the list of propietary JMSX_IBM options...
_________________ MQ & Broker admin
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum