Skip to content

Commit

Permalink
docs: add support for delay queues in README
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatanabe committed Dec 5, 2023
1 parent e32d814 commit 41f0f68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Quoted from AWS official blog: [Implementing Priority Queueing with Amazon Dynam
- [x] **FIFO (First In, First Out)**: Retrieve messages from the message queue on a first-in, first-out basis.
- [x] **Consumer Process Scaling**: Scale out by running multiple consumer processes without duplicating message retrieval from the same message queue.
- [x] **Visibility Timeout**: DynamoMQ sets a visibility timeout, a period of time during which DynamoMQ prevents all consumers from receiving and processing the message.
- [x] **Delay queues**: Delay queues allow you to delay the delivery of new messages to consumers for a set number of seconds.
- [ ] **Deduplication**: Deduplication messages within the message queue.
- [ ] **Randomized Exponential Backoff**: Prevent overlapping redelivery timing.
- [ ] **Batch Message Processing**: Send and delete multiple messages in bulk to/from the message queue.
Expand Down

0 comments on commit 41f0f68

Please sign in to comment.