-
Feature Request
-
Resolution: Obsolete
-
Major
-
jbossws-native-3.0.4
-
None
Currently the @OneWay operations block while the business logic executes on the server and does not return a response until processing is complete.
This feature request is to modify one-way operations to be non-blocking.
There are various options to be investigated: -
- As soon as server knows it is a valid message send HTTP response but thread continue to process.
- Fork a new thread server side to call business method.
(This is not an exhaustive list just some of the current suggestions)
- relates to
-
JBWS-2739 Make OneWay operation non-blocking (client side)
- Closed