<div dir="ltr">I&#39;m wondering if I can use rabbitmq to solve this problem...<div><br></div><div style>A web client makes a web request which initiates a background server job to perform some work. The client wants to get the result of the server job, but the initial connection might timeout or get broken in which case the web client will re-connect to wait for the result. I want the server job to be able to put the result of the job some place where it can be picked up by the web client at its convenience, and I don&#39;t want the web client to have to busy wait for the result.</div>
<div style><br></div><div style>Note that is it possible that the web client never picks up the result as well as the job never creating a result, so I need a way to release any created resources after a certain time limit (ie. the client knows that if it doesn&#39;t get a result after X minutes it should make a fresh request.)</div>
<div style><br></div><div style><br></div><div style><br></div><div style><br></div></div>