This is a batch version of ChangeMessageVisibility
. It takes multiple receipt
handles and performs the operation on each of the them. The result of the operation on each
message is reported individually in the response.
Access
public
Parameters
Parameter |
Type |
Required |
Description |
---|---|---|---|
|
Required |
The URL of the SQS queue to take action on. |
|
|
Required |
A list of receipt handles of the messages for which the visibility timeout must be changed.
|
|
|
Optional |
An associative array of parameters that can have the following keys:
|
Returns
Type |
Description |
---|---|
A |
Source
Method defined in services/sqs.class.php | Toggle source view (12 lines) | View on GitHub