Update the dead letter queue's releasenote
Correct the releasenote for mongo, redis and swift Change-Id: I896d6210c524042a86da1a3409bdec91984cb566
This commit is contained in:
parent
088a08c531
commit
f032be8131
@ -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.
|
@ -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.
|
Loading…
Reference in New Issue
Block a user