Author |
Message
|
SBurle |
Posted: Wed Apr 05, 2006 7:09 am Post subject: MQ Headers in AS400 |
|
|
Newbie
Joined: 05 Apr 2006 Posts: 1
|
Hi,
Can the MQ Headers (MQRFH and others) be accessed/modified in AS400? If so, please point me to any good documentation on this.
Thanks,
SB |
|
Back to top |
|
 |
mvic |
Posted: Wed Apr 05, 2006 7:14 am Post subject: Re: MQ Headers in AS400 |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
Have you looked at the WebSphere MQ Publish/Subscribe sample programs? It sounds like these might hold the information you want for MQRFH parsing.
What do you mean by "and others"? I'm not aware of any utility functions besides those in the sample programs - is there something particular you want to achieve that isn't covered by these samples? If so then please specify, and perhaps we can advise a little more precisely.
Regards |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Apr 05, 2006 12:09 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Get the XMS support pack. It delivers JMS functionality (RFH headers ) in C code.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mvic |
Posted: Wed Apr 05, 2006 12:36 pm Post subject: |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
fjb_saper wrote: |
Get the XMS support pack. It delivers JMS functionality (RFH headers ) in C code.  |
No version for iSeries yet, unfortunately. The most recent refresh added support on Solaris. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Apr 05, 2006 12:43 pm Post subject: Re: MQ Headers in AS400 |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
SBurle wrote: |
Hi,
Can the MQ Headers (MQRFH and others) be accessed/modified in AS400? If so, please point me to any good documentation on this.
Thanks,
SB |
OK back to the original post. As far as I know java is supported on the AS 400 and as such you should try to use JMS. JMS will allow you to manipulate the RFH header and will keep you safe while doing it.
Documentation: Using java manual.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Apr 05, 2006 12:45 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Of course, JMS is a J2EE standard, and is thus best suited for running inside a J2EE container - which is very heavyweight and complicated. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Apr 05, 2006 5:51 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Jeff it can run as lightweight stand alone. Ok it will take a little bit more time and you need to deal with that swing gui.... But it does the job. _________________ MQ & Broker admin |
|
Back to top |
|
 |
wschutz |
Posted: Wed Apr 05, 2006 6:07 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Java huh? Maybe SBurle wants to use RPG.  _________________ -wayne |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Apr 05, 2006 6:19 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
wschutz wrote: |
Java huh? Maybe SBurle wants to use RPG.  |
Is XMS out in RPG yet ? _________________ MQ & Broker admin |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Apr 06, 2006 4:20 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
wschutz wrote: |
Java huh? Maybe SBurle wants to use RPG.  |
Or COBOL. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
JLRowe |
Posted: Mon Apr 10, 2006 7:03 am Post subject: Re: MQ Headers in AS400 |
|
|
 Yatiri
Joined: 25 May 2002 Posts: 664 Location: South East London
|
SBurle wrote: |
Hi,
Can the MQ Headers (MQRFH and others) be accessed/modified in AS400? If so, please point me to any good documentation on this.
Thanks,
SB |
There are a load of include files in a library somewhere, for both rpg and cobol. Forget the name, but they do exist. They may be a seperate licensed program install option. |
|
Back to top |
|
 |
|