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:
parent
e7c997744d
commit
dec54306c9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue