|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Communication between Cobol and Java using MQ |
« View previous topic :: View next topic » |
Author |
Message
|
Sonal |
Posted: Mon May 04, 2009 9:54 pm Post subject: Communication between Cobol and Java using MQ |
|
|
Apprentice
Joined: 20 Mar 2009 Posts: 45
|
There are two programs. One is a java program running on Windows box. Another is Cobol aplication running on another Windows box. Could you please help me that how can I start communication between the two programs using Webpshere MQ? |
|
Back to top |
|
 |
Mr Butcher |
Posted: Mon May 04, 2009 10:27 pm Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
your question is very common and basic mq stuff, you should do some reading of the mq manuals. Then you should analyze your business needs and do a proper mq desing. Last is the programming, one program may put a message, the other program will get the message, process it, maybe send a reply back, depending on your needs. both programs must agree to the same data structure (payload) send and received. so this is all not very related to cobol and java. _________________ Regards, Butcher |
|
Back to top |
|
 |
Vitor |
Posted: Mon May 04, 2009 11:34 pm Post subject: Re: Communication between Cobol and Java using MQ |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Sonal wrote: |
TCould you please help me that how can I start communication between the two programs using Webpshere MQ? |
This is bread and butter "how do I use WMQ". Either get yourself a training course, or read the Intercommunication manual followed by the Application Programing Guide and the Java manual.
Or if training's beyond the budget, hire someone experienced to mentor you for a while to get you started. Skills transfer, that sort of thing. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
kevinf2349 |
Posted: Tue May 05, 2009 8:56 am Post subject: Re: Communication between Cobol and Java using MQ |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
Sonal wrote: |
Could you please help me that how can I start communication between the two programs using Webpshere MQ? |
Do you mean how do you get one program to start the other? If so triggering is the answer and is covered extensively in the Intercommunications Guide.
Programmatically you don't do anything but drop (MQPUT) a message onto a queue. The program language used at each end is totally irrelevant (as long as the API calls are supposrt in it of course). |
|
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
|
|
|
|