Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.9, 2.1.3, 2.0.10
-
None
Description
Currently, the server-side async jms transport has no mechanism to throttle consumption of incoming messages. This becomes problematic in scenarios where a large backlog of messages exists on the input queue. In this case, it is likely that the cxf server will overload its internal work item queues resulting in problems. A dynamic throttling mechanism on the async jms server is required to avoid this problem.