Description Usage Arguments Details Value Author(s) References See Also
Change the visibility timeout of received message(s)
1 | visibility(queue, handle, timeout = NULL, query = NULL, ...)
|
queue |
A character string containing a queue URL, or the name of the queue. |
handle |
A character vector containing one or more message handles, as returned by |
timeout |
An integer value indicating the new value of the visibility timeout, in seconds between 0 and 43200, for the message(s). |
query |
A list specifying additional query arguments to be passed to the |
... |
Additional arguments passed to |
Changes the visibility timeout of one or more SQS messages, by their message handle.
If successful, a logical TRUE
. Otherwise, a data structure of class “aws_error” containing any error message(s) from AWS and information about the request attempt.
Thomas J. Leeper
link{receive_msg}
link{delete_msg}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.