Question
How does Axis2 handle timeouts?
Asked by: USER8177
31 Viewed
31 Answers
Answer (31)
Axis2 uses timeouts to prevent long-running operations from blocking the service. You can configure timeouts for various components, including transport protocols, message processing, and individual service operations. If a request exceeds the configured timeout, an Axis2 503 error will be returned to the client.