Update the dead letter queue's releasenote

Correct the releasenote for mongo, redis and swift

Change-Id: I896d6210c524042a86da1a3409bdec91984cb566
This commit is contained in:
wangxiyuan 2017-08-04 10:51:01 +08:00
parent 088a08c531
commit f032be8131
2 changed files with 8 additions and 8 deletions

View File

@ -0,0 +1,8 @@
---
features:
- |
Support for dead letter queue is added for MongoDB, Redis and Swift. With
this feature, message will be moved to the specified dead letter queue if
it's claimed many times but still can't successfully processed by a client.
New reseved metadata keys of queue are added: _max_claim_count,
_dead_letter_queue and _dead_letter_queue_messages_ttl.

View File

@ -1,8 +0,0 @@
---
features:
- |
Support for dead letter queue is added for MongoDB. With this feature,
message will be moved to the specified dead letter queue if it's claimed
many times but still can't successfully processed by a client. New reseved
metadata keys of queue are added: _max_claim_count, _dead_letter_queue and
_dead_letter_queue_messages_ttl.