|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Request/Response |
« View previous topic :: View next topic » |
Author |
Message
|
genestep |
Posted: Fri Apr 19, 2002 10:22 am Post subject: |
|
|
Apprentice
Joined: 16 Apr 2002 Posts: 43 Location: France
|
Hi
Is someone try to use WMQI to rout & transform question and answer between two applications. Is it easy to manage timeout and error through a system like this one which is asynchronous (to simulate synchronous mode). If yes, can i find some example to manage this ?
Thanks
philippe |
|
Back to top |
|
 |
kirani |
Posted: Sun Apr 21, 2002 5:50 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
It is possible to design an application using WMQI which does transformation and routing of messages (question Answers/Request Reply) for you.
You will also need some MQ application (Adapter) which maps request to reply for you. Your application can take care of error handling and timeout.
I don't think there is any supportpac, which talks about these examples. You could start designing your application and post questions here if you have any problem.
Good luck!
_________________ 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 |
|
 |
zpat |
Posted: Mon Apr 22, 2002 12:54 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
The point to remember is that WMQI does not wait for replies - your requesting application does.
Requestor -> message -> WMQI -> message -> Server
and then
Requestor <- message <- WMQI <- message <- Server
WMQI does not call the server and wait for a response. It merely transforms and routes MQSeries messages on the way.
If the server is not MQ enabled, then you could call it from a WMQI plugin node and wait for a response, but this is not ideal.
|
|
Back to top |
|
 |
genestep |
Posted: Mon Apr 22, 2002 4:28 am Post subject: |
|
|
Apprentice
Joined: 16 Apr 2002 Posts: 43 Location: France
|
Hi,
I hear about aggregate node which permits to wait an answer with a timeout control on the response. Is it a possible solution or it's not a good solution for this kind of architecture.
Thanks.
|
|
Back to top |
|
 |
kirani |
Posted: Mon Apr 22, 2002 6:06 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
If you are expecting multiple small requests in a single request message, which needs to be processed by different backend/server programs then you can make use of Aggregate functionality.
_________________ 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 |
|
 |
|
|
 |
|
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
|
|
|
|