|
|
| Author |
Message |
tuxama
New User
Joined: 25 Jan 2007 Posts: 10 Location: france
|
|
|
|
Hi,
I don't know how to make.
I receive message sent from an java client. This start my non-conversationnal transaction. I need to send a message to an other aplication program via program-to-program. After this I should send an answer to the java client.
1) First I read the message (GU + GN Loop)
2) CHNG alternate pcb new destination. Here I loose the orignal destination !
3) ISRT to send a mesage (program-to-program)
4) How send answer to the java client ?
Somebody has an idea ?
Thank you for help. |
|
| Back to top |
|
 |
References
|
Posted: Thu Mar 27, 2008 7:27 pm Post subject: Re: How process program-to-program in web to host application |
 |
|
|
 |
Devzee
Senior Member
Joined: 20 Jan 2007 Posts: 709 Location: Hollywood
|
|
|
|
| Are'nt you using MQ Series? |
|
| Back to top |
|
 |
Bitneuker
IMS Moderator
Joined: 07 Nov 2005 Posts: 1143 Location: The Netherlands at Hole 19
|
|
|
|
| Looks like a conversational program....... |
|
| Back to top |
|
 |
gowtham_1982 Warnings : 1 Active User
Joined: 02 Dec 2005 Posts: 116
|
|
|
|
hi tuxama,
as for as i remember, we need to use MQ for getting and putting the message through the Java front end. this is how the set up i was employed functioned.
in such a scenario, all the program to program communications work as normal COBOL subroutines. we need not specially handle them.
at my installation, the MQ team handled the data handling to/from the front end...
i hope i have answered the query |
|
| Back to top |
|
 |
|
|