How to set MQMD ApplicationID field via JMS API?
- by Alon
Hello,
I'm using the JMS API to send messages to a Websphere MQ server.
The application that pulls the messages i create want's me to set up the ApplicationID field
in the MQMD structure to constant value.
I could not find a way in the JMS API to access the MQMD structure
The question: Is there a way doing this? if yes then how? If no, then is my only option
is to use the MQ java API, instead of JMS API?
Thanks