Use publisher confirms for Quorum Queue workload

It activates and extra graph on the RabbitMQ-Overview dashboard and
let's be honest - why use Quorum Queues if the workload didn't care
whether the broker received the message? They go together, seriously!

Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
This commit is contained in:
Gerhard Lazu 2020-02-11 13:23:26 +00:00
parent e7c997744d
commit dec54306c9
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ services:
- "rabbitmq-prometheus"
environment:
URIS: "amqp://guest:guest@rmq0-qq:5672/%2f,amqp://guest:guest@rmq1-qq:5672/%2f,amqp://guest:guest@rmq2-qq:5672/%2f"
CONFIRM: 50
QUEUE_PATTERN: "qq%d"
QUEUE_PATTERN_FROM: 1
QUEUE_PATTERN_TO: 10