warning-explosive / Core

Framework for the core domain development
MIT License
1 stars 0 forks source link

RabbitMQ cluster durability #195

Closed warning-explosive closed 1 year ago

warning-explosive commented 1 year ago

Do research about clustering in RabbitMQ

  1. (+) use quorum queue / persistent messages
  2. (+) use x-queue-lehgth header
  3. (+) at-least-once DLX guarantees
  4. (+) Do research about mandatoryFlag=true and basicReturn vs. mandatoryFlag=false and alternateExchange approaches
  5. (+) handle redelivery flag (x-delivery-count)
  6. review RPC implementation