I am trying to send a message to a java server through WebSphere MQ, which uses JMS as a transport protocol. I can happily drop messages in MQ using the libraries provided by IBM, but the server rejects them. I assume (hopefully correctly) that this is due to the fact that I am missing the various JMS headers / properties in the MQ message.
I have ensured that the messages for the messages are the same, checking the queue (they are both cartographic messages, if that helps), but I do not want to fully implement the Websphere MQ protocol JMS to make this work.
I am wondering if anyone was able to achieve this, and if so, what is the minimum amount of information you need to indicate in the JMS header? Are there any alternatives for this directly in MQ (I saw some about using java interaction, but this is what I think will be redundant).
Any help would be greatly appreciated!
jonnii
source share