Author |
Message
|
SOLOHERO |
Posted: Wed Mar 28, 2007 6:51 pm Post subject: MQRFH2 Header |
|
|
Centurion
Joined: 01 Feb 2007 Posts: 107
|
Hi,
Can anyone explain why exactly we use MQRFH2 Header and where to use this and when to use this. _________________ Thanks |
|
Back to top |
|
 |
sarat |
Posted: Wed Mar 28, 2007 9:59 pm Post subject: |
|
|
 Centurion
Joined: 29 Jun 2005 Posts: 136 Location: India
|
hi,
Quote: |
SOLOHERO wrote:
Quote: |
Can anyone explain why exactly we use MQRFH2 Header and where to use this and when to use this |
The MQRFH2 header is used to pass messages to and from a message broker belonging to WebSphere Message Broker. In a message, the MQRFH2 header follows the WebSphere MQ message descriptor (MQMD) and precedes the message body, if present. |
It'll useful in Publish-subscribe concept!!!!
You can get more info from infocenter _________________ With Regards,
Sarat. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Mar 28, 2007 11:41 pm Post subject: Re: MQRFH2 Header |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
SOLOHERO wrote: |
Hi,
Can anyone explain why exactly we use MQRFH2 Header and where to use this and when to use this. |
Another reason is if you're using JMS and need more space for all the JMS header fields (though in this instance it's handled under the covers).
See the Java manual (or online infocentre equivalent) for full details. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
madi |
Posted: Thu Mar 29, 2007 10:41 am Post subject: |
|
|
 Chevalier
Joined: 17 Jan 2006 Posts: 475
|
another useful purpose of MQRFH2 is for doing retrys ........ you can populate the number of retry count and similar stuff that will be useful since you wont loose them in MQ hops and stuff
--madi |
|
Back to top |
|
 |
kimbert |
Posted: Thu Mar 29, 2007 11:47 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
You can populate the NameValueData section with an <mcd> folder specifying the message set, message type and message format for the incoming message. These will override any settings on the input node. Useful if you have various types of message arriving on the same queue. |
|
Back to top |
|
 |
SOLOHERO |
Posted: Thu Mar 29, 2007 5:41 pm Post subject: |
|
|
Centurion
Joined: 01 Feb 2007 Posts: 107
|
tHANKS GUYS _________________ Thanks |
|
Back to top |
|
 |
|