Author |
Message
|
Agent MQ |
Posted: Mon Nov 03, 2003 1:15 pm Post subject: what is MQRFH2 ? |
|
|
 Novice
Joined: 04 Apr 2003 Posts: 19
|
I found an example of how to create and write a RFH2 header to MQSeries. This example uses the MQSeries.NET package written by Neil Kolban ..
I am starting to use vb.net and new at this stuff. what is the rfh2 header and when do you use this?? |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Nov 03, 2003 3:48 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
It's the MQ Rules and Formatting Header, version 2.
Do a search here for 'MQRFH2' or 'MQHRF2' to see what other people have to say about it.
But the name is a useful hint. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Agent MQ |
Posted: Wed Nov 05, 2003 7:44 am Post subject: |
|
|
 Novice
Joined: 04 Apr 2003 Posts: 19
|
thanks.
you should change your hanlde to "smart a$$" |
|
Back to top |
|
 |
bower5932 |
Posted: Wed Nov 05, 2003 8:10 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
The RFH2 header is an XML like header that allows you to pass in names and values that other applications that know about it can parse. The WMQI (WBI EB/MB) products can use it to pick up the type of input message.
It is also used by JMS to pass along some of the JMS message properties that don't have a mapping into an MQMD field. There is a chapter in the Using Java manual that details what gets mapped where. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Nov 05, 2003 8:24 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Agent MQ wrote: |
thanks.
you should change your hanlde to "smart a$$" |
I think you forgot a smiley.
Everything I said was factually correct.
If I chose to be terse in my reply, rather than expansive, that is in fact my choice.
Doing a search here for 'MQRFH2' returned 175 hits. I chose, and still choose, not to take the time to summarize that readily available information.
You gotta put a little effort into this... _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|