|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Async request in WMB |
« View previous topic :: View next topic » |
Author |
Message
|
adrian_ |
Posted: Fri Jan 27, 2012 12:55 am Post subject: Async request in WMB |
|
|
Novice
Joined: 06 Jan 2012 Posts: 13
|
i need to do an async request in WMB 6.1in a flow , but i only need to receive an ack so i dont realy need to sent ws-addressing.
How can i send an async request in WMB 6.1 without sending ws-add
ressing headers or how can i set mustUnderstand attribute to false?
i try to use SOAPAsyncRequest node , but he send ws-addressing with mustUnderstand =true, and the server where i sent it dosent understand this and return error.
Another question is : Can i sent an async request with SoapRequest node ? |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Jan 27, 2012 2:52 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
If you only need an ack, then it's not an async request, it's a fire-and-forget.
HTTP is a request-reply protocol. The only way that it supports asynchronous is through ws-addressing using a pair of request-reply, where the first reply is merely an ack. |
|
Back to top |
|
 |
adrian_ |
Posted: Fri Jan 27, 2012 3:48 am Post subject: |
|
|
Novice
Joined: 06 Jan 2012 Posts: 13
|
ok , other questions then :
how can i make a fire-and-forget in wmb? |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Jan 27, 2012 4:30 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Use regular http.
Ignore the contents of the response and only confirm the success or failure of the http request.
 |
|
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
|
|
|
|