How to set MQMD ApplicationID field via JMS API?
Posted
by Alon
on Stack Overflow
See other posts from Stack Overflow
or by Alon
Published on 2009-02-12T10:36:24Z
Indexed on
2010/03/31
1:43 UTC
Read the original article
Hit count: 351
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
© Stack Overflow or respective owner