Skip to main content

2 docs tagged with "rabbit"

View All Tags

AMQP Resources Chaos Engineering

rabbitcommon has a module called delegate that does the module calling in a safe way - abstracting having to call the genserver.

RabbitMQ - Disk Persistence

RabbitMQ is the one of the oldest messaging brokers out there in the wild - thus his code has evolved a lot in the past 10 years - within this evolution their persistence mechanism were heavily altered. From heavily memory-based to persisting messages directly to disk, the disk persistence changed through queue implementations and message store versions.