-
Notifications
You must be signed in to change notification settings - Fork 32
sqs.setQueue()
SaltwaterC edited this page Jan 20, 2012
·
4 revisions
Sets a specific queue where the SQS API client should operate.
sqs.setQueue(queue)
- 'queue' - queue path.
The queue argument must be a valid queue path as defined by the SQS query API. Throws an error otherwise.
sqs.setQueue('/123456789012/testQueue/')
This method is chainable (aka it returns the client object).