IT Log

Record various IT issues and difficulties.

Tag: Durable Queues


  • “RabbitMQ Chapter – Advanced Features: Transactions, Message Distribution”

    Table of Contents Transactions Message Distribution  Use Cases  1. Rate Limiting 2. Load Balancing  Transactions RabbitMQ is implemented based on the AMQP protocol, which realizes transaction mechanisms. Therefore, RabbitMQ also supports transaction mechanisms. SpringAMQP also provides operations related to transactions. RabbitMQ transactions allow developers to ensure that message sending and receiving are atomic, either all…