e12c65a369
The queue in Zaqar will support to encrypt messages before storing them into storage backends, also could support to decrypt messages when those are claimed by consumer. This feature will enhance the security of messaging service. Implements: blueprint encrypted-messages-in-queue Signed-off-by: wanghao <sxmatch1986@gmail.com> Change-Id: Icecfb9a232cfeefc2f9603934696bb2dcd56bc9c
10 lines
324 B
JSON
10 lines
324 B
JSON
{
|
|
"_max_messages_post_size": 262144,
|
|
"_default_message_ttl": 3600,
|
|
"_default_message_delay": 30,
|
|
"_dead_letter_queue": "dead_letter",
|
|
"_dead_letter_queue_messages_ttl": 3600,
|
|
"_max_claim_count": 10,
|
|
"_enable_encrypt_messages": true,
|
|
"description": "Queue for international traffic billing."
|
|
} |