| This is the IcsSQS common library. |
ICS Library for SQS
list of weak references to the object (if defined)
Create an SQS Queue.
| Parameters: | |
|---|---|
| Returns: | The newly created queue |
| Type : | boto.sqs.queue.Queue |
Delete the queue
| Parameters: | name (string) – According to the given name to delete the queue |
|---|---|
| Returns: | The result of this action |
| Type : | bool |
If name is empty, it will get all queues, else it retrieves the queue with the given name.
| Parameters: | name (string) – The name of the queue to retrieve. |
|---|---|
| Returns: | The requested queue(list of queues), or None if no match was found |
| Type : | boto.sqs.queue.Queue or None or list of boto.sqs.queue.Queue instances |