I have developed java Rest Service for processing Client Request
Client can post data to my Rest Service Continuosly(Multiple requests)
My Rest Service has to Consume Client request and run update query in database and send an acknowledgement success or failure to the client
Could any one, how to process multiple requests inside my Rest Service method and send them response.