When jms receiver request is enabled, the incoming request can be synchronous (and need to get an answer) or asynchronous. If the request is asynchronous (specified via the X-SUGOI-ASYNCHRONOUS-ALLOWED-REQUEST header) then it is useless to add the response in the response queue (and even harmful since it will fill the queue for no reason)
When jms receiver request is enabled, the incoming request can be synchronous (and need to get an answer) or asynchronous. If the request is asynchronous (specified via the X-SUGOI-ASYNCHRONOUS-ALLOWED-REQUEST header) then it is useless to add the response in the response queue (and even harmful since it will fill the queue for no reason)