I've just started using IBM's JMS interface to MQSeries. When I send a message from a JMS client, a load of information gets tagged onto the front of the MQ message, which gets stripped off again if the message is received by another JMS client. The problem is, my existing non-JMS clients don't expect and can't handle this extra header. This seems to go against Sun's JMS spec, but I can't see any way to turn it off. Happens even with a BytesMessage.
Any ideas?
Any ideas?