|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQSeries scenario |
« View previous topic :: View next topic » |
Author |
Message
|
prasannaladdha |
Posted: Wed Mar 05, 2003 10:49 pm Post subject: MQSeries scenario |
|
|
Newbie
Joined: 06 Dec 2002 Posts: 9
|
Hi,
I want to develop an MQ App which will work as follow:
a. MQ Req. program sends header request message
b. MQ Response program gets header from queue, reads how many Line Items it will have, Then sends a dummy response to HITS saying operation successful.
c. MQ Req. program sends Line Item request message
d. MQ Response program gets Line Item from HITS, Then send dummy response to MQ Req. program.
How do I need to code for this, can any one guide me on this.
I am new to MQSeries.
Thanks,
Pras |
|
Back to top |
|
 |
meekings |
Posted: Tue Mar 11, 2003 8:30 am Post subject: |
|
|
 Voyager
Joined: 28 Jun 2001 Posts: 86 Location: UK, South West
|
This sounds like a fairly straightforward pair of applications. If you're not familiar with the MQ API's, you should take a look at the Progamming Guide/Reference. The sample programs (in <MQdir>\tools\<api>\samples) should get you started. |
|
Back to top |
|
 |
bower5932 |
Posted: Tue Mar 11, 2003 10:45 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
If the messages (ie, the header and line items) belong together as a group, I'd consider sending them marked as a group. You can then get them as a group. This might make your life easier from a stand-point of having to ack individual messages and checking to see if you've gotten them all. |
|
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
|
|
|
|