Runbook

RabbitMQ Queue Auto-Deletion

Back to Runbooks

Overview

This incident type refers to unexpected auto-deletion of queues in RabbitMQ. This can occur due to misconfiguration or incorrect settings, which may cause data loss or service disruption. The incident requires investigation and reconfiguration of the queue settings to prevent further occurrences.

Parameters

Debug

Check if rabbitmq-server is running

Check the RabbitMQ logs for any errors or warnings

Check the RabbitMQ configuration file for any misconfigurations

Check the RabbitMQ server status and verify that all queues are running

Check the RabbitMQ queue settings for auto-delete and expiration policies

Repair

Review the queue settings and ensure that they are configured appropriately to avoid unexpected auto-deletion, such as setting the queue expiration time or disabling auto-deletion.

Learn more

Related Runbooks

Check out these related runbooks to help you debug and resolve similar issues.