The project (jsf web app) that I am working on use 2 web services in order to retrieve some data from the network.
Up until now the request was small so the timeout while waiting for respond from the ws was quite short but now the costumer want to add more data to the request which basically will increase the working time in each ws by 30 minutes.
I was thinking the use jms instead of ws for this scenario
I would like to hear some opinion’s
Does it make sense ?
Thanks