queue
binding
queue
max\_batch\_size
max\_batch\_timeout
max\_retries
dead\_letter\_queue
max\_concurrency
body
options
contentType
delaySeconds
delaySeconds
queue
messages
ackAll()
retryAll(options?: QueueRetryOptions)
id
timestamp
body
attempts
ack()
retry(options?: QueueRetryOptions)
delaySeconds
Operation | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
CreateQueue | Creation of a new queue. | ||||||||
DeleteQueue | Deletion of an existing queue. | ||||||||
UpdateQueue | Updating the configuration of a queue. | ||||||||
AttachConsumer | Attaching a consumer, including HTTP pull consumers, to the Queue. | ||||||||
RemoveConsumer | Removing a consumer, including HTTP pull consumers, from the Queue. | ||||||||
UpdateConsumerSettings | Changing Queues consumer settings. |