:bug: When request is asynchronous sugoi should not queue the answer
Open
bug
question
- Dominant language
- Java
- Stars
- 6
- Forks
- 10
- Avg merge
- 9h 15m
- Merged PRs (30d)
- 4
Description
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)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.