On Sunday, March 20, 2016 at 2:36:23 PM UTC-4, Alexandr Roman wrote:
Can you please explain how can I "end user connection" and keep process request?
You don't want to do that (or can't do that).
hamza t is saying that you should send all relevant information into Rabbit MQ, then end the request. RabbitMQ won't be able to access the request, just whatever data you send it. This is the standard way across most webservers -- you messsage out any necessary info for post-processing, then end the request.