When I examine the message using rfhutil the body is in XML format. However when I debug the message on MQSI the body is in BLOB format. The properties on the input queue are all set to default values ...
I am upgrading our web app to use jms messages instead of mq messages. Do I need to make any changes to the MQSI code to process jms messages? When I debug the message at the input node o ...