One of our requirement in accessing the webservice is as follows...

all the requests from the client has to be stored in a queue and every
request will then be forwarded to the service. The response from the server
will be put in a queue in the client side. If the server response contains
no error code (like server unavailable etc) it will be taken out of code
otherwise the failed requests will again put in a queue to look for the
availability of the service by polling.

Would like to know if having a JMS queue and sending the queued requests to
asynchronous axis call to the server .. will yield the desired result. ?

-- 
--
Krishna

Reply via email to