Hi, I have question about hows best to deal with a client application restarting while waiting to receive a response.
Here's the scenario - a client application is invoking a synchronous web services over JMS. If the client is restarted or crashed after a request has been send to the broker how should the client pick up the message once the client restarts? Would is be possible to store the correlation id of the message once dispatched & persist this. If the client restarts and there are outstanding correlation ids then it must poll for these messages - however how would one get CXF to process this message as the response to the original request? I am sure this is an issue that others have faced or perhaps I am missing something. Thanks, -- View this message in context: http://www.nabble.com/jms-client-restart-tp20853766p20853766.html Sent from the cxf-user mailing list archive at Nabble.com.
