Author |
Message
|
wmqiadmin |
Posted: Tue Feb 06, 2007 5:59 pm Post subject: web service in exsiting msg flow |
|
|
 Disciple
Joined: 19 Jun 2005 Posts: 163 Location: epping UK
|
Hi All,
In V6, can I add HttpInput HttpRespone nodes to my exsiting normal MQInput>Compute>MQOutput msg flow?
I want to use my existing msg flow for webservices also, is it a legitimate design
MQInputQ/HttpInput>Compute>MQOutput/HttpResponse
what are pros and cons, please advice.
Thanxs,
wmqiadmin |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Feb 06, 2007 6:06 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Yes. For example, if one needed to expose a proxy to a service to both MQ and HTTP, one would do this.
To be symmetrical, though, one would have an MQReply node rather than an MQOutput node. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
wmqiadmin |
Posted: Thu Feb 08, 2007 6:25 am Post subject: |
|
|
 Disciple
Joined: 19 Jun 2005 Posts: 163 Location: epping UK
|
thanks Jeff,
I didn't understand why MQReply node rather than existing MQOutput node?
Also can i keep both MQOutput/MQReply node and HttpReply node in the flow, diverting messages through compute node to the desired output destination.
Thanks
wmqiadmin |
|
Back to top |
|
 |
sarat |
Posted: Thu Feb 08, 2007 9:37 pm Post subject: |
|
|
 Centurion
Joined: 29 Jun 2005 Posts: 136 Location: India
|
hi wmqiadmin,
you want to use both MQInput/ouput and Http nodes?
MqReply node is to giv bach the response to the source.
HttpReply is to giv the response back to the id which u've given in the HttpInput _________________ With Regards,
Sarat. |
|
Back to top |
|
 |
wmqiadmin |
Posted: Fri Feb 09, 2007 8:37 am Post subject: |
|
|
 Disciple
Joined: 19 Jun 2005 Posts: 163 Location: epping UK
|
sarat wrote: |
you want to use both MQInput/ouput and Http nodes?
MqReply node is to giv bach the response to the source.
HttpReply is to giv the response back to the id which u've given in the HttpInput |
Yes my intension is to use the current message flow. if its feasible to add web service functionality to the current message flow so that it can support current applications and also new web services applications. is it possible to do and also will it be legitimate to do that ?
thanks
wmqiadmin |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Feb 09, 2007 9:41 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Instead of asking, you should have tried by now.
 _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|