News:

Choose a design and let our professionals help you build a successful website   - ITAcumens

Main Menu

Setting Server Timeouts for Queue Operations

Started by thiruvasagamani, Jan 20, 2009, 07:38 AM

Previous topic - Next topic

thiruvasagamani

Setting Server Timeouts for Queue Operations


Each operation in the queue API has an optional request parameter timeout, which sets the server timeout in seconds. The timeout interval begins as soon as the server receives the request. If the operation does not complete within the specified timeout interval, a timeout error is returned. If no timeout value is specified, the default timeout of 30 seconds is used.

For example, the following URI representation sets the timeout interval for the list queues operation to 120 seconds.
Thiruvasakamani Karnan