How does Axis2 handle timeouts?

Responsive Ad Header

Question

Grade: Education Subject: Support
How does Axis2 handle timeouts?
Asked by:
31 Viewed 31 Answers

Answer (31)

Best Answer
(316)
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.