Author |
Message
|
abcmno123 |
Posted: Sun Aug 20, 2006 9:49 pm Post subject: JMS API for MQMD |
|
|
Novice
Joined: 16 Aug 2006 Posts: 22
|
Hi,
Is it possible to access or modify MQMD fields using JMS APIs? |
|
Back to top |
|
 |
Vitor |
Posted: Mon Aug 21, 2006 12:26 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
AFAIK you can only modify JMS header values with the JMS API rather than the MQMD that they're mapped onto. Check out the documentation to see if this allows you to change the value(s) you're interested in.
Happy Reading  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Aug 21, 2006 1:20 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Also, please don't double-post. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
abcmno123 |
Posted: Mon Aug 21, 2006 9:16 pm Post subject: |
|
|
Novice
Joined: 16 Aug 2006 Posts: 22
|
How do you use JMS headers to map to MQMD fields in JMS applications? An example would help. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Aug 22, 2006 12:12 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
abcmno123 wrote: |
How do you use JMS headers to map to MQMD fields in JMS applications? An example would help. |
There's a diagram in the "Using Java" manual showing the mapping, which is fixed within the class (hence my comment about the field you're after not being directly available).
Happy Reading!  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|