|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQ Programming on AS400 |
« View previous topic :: View next topic » |
Author |
Message
|
pbravic |
Posted: Wed Aug 04, 2004 11:16 pm Post subject: MQ Programming on AS400 |
|
|
Apprentice
Joined: 24 Nov 2003 Posts: 42
|
Hi
We are looking into options of having an MQinterface on AS400 From the MQSeries manuals we can have the interface written in bothe RPG as well as Java.
Can any one pls let me know which programming language will be the best among two for having the interface (RPG vs Java) on AS400.
Performance will be the criteria
Thanks and Regards
Ravi |
|
Back to top |
|
 |
kirani |
Posted: Thu Aug 05, 2004 9:45 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
What kind of skillset/background do people have who will code/maintain this? _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
pbravic |
Posted: Fri Aug 06, 2004 5:53 am Post subject: |
|
|
Apprentice
Joined: 24 Nov 2003 Posts: 42
|
Hi Kiran
Thanks for the reply, We have both kind of skill sets with us but expertise on Java on AS400 is comparitively on lower side when compared to RPG on AS400.
but our strong RPG resources have less knowledge on MQ. We had built Java MQ interface for other environments (Unix, WinNt, mainframe uss environments) not on AS400.
The reason I am looking into this is , I feel having an RPG interface would be much faster, and from the display screen I could directly invoke an RPG interface and put the messages into queue , the message can be constructed on the fly aswell as 2 fold process (to file/db and then route it to queue). In Java the interface can put the message in only in the 2 fold process
Looking at the above options pls provide your suggestions
Thanks in advance
Thanks and Regards
ravi |
|
Back to top |
|
 |
gabbar |
Posted: Fri Aug 06, 2004 6:29 am Post subject: |
|
|
Acolyte
Joined: 10 Dec 2002 Posts: 50
|
pbravic
I've worked atleast on one project on 400 with MQ. To start with we tried to use Java(thats what my skillset is). I was told that the only way to invoke a java program on 400 is by first invoking a unix subshell, and then the java program. I don't know if that's the only way to do it. This obviously was not what we wanted. I was unfamiliar with RPG. We instead used C programs, which were way too fast compared to the java programs(Believe it or not, 100 times faster, because of that unix subshell overhead). I'd suggest you to use RPG if possible(unless there is a better way to invoke java programs).
Especially if you use triggered apps, and trigger type every for a considerable volume of messages, java programs become a p-in-a.
On the other hand, I don't know how extensive RPG APIs are, development efforts will be relatively easier in Java because of the number of APIs available. But if performance is the key, java will not be an option on My list. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|