Runbook

RabbitMQ Policy Violation Incident

Back to Runbooks

Overview

RabbitMQ Policy Violation Incident refers to an event where the RabbitMQ messaging system has detected a policy violation. This might occur when the system identifies that a user or an application has performed an action that violates the predefined policies. The policies may include access control rules, message queue limits, and message expiration times. Such incidents require immediate attention to prevent any further policy breaches and ensure the proper functioning of the messaging system.

Parameters

Debug

Display the RabbitMQ server status and version

Display a list of all active channels on the RabbitMQ server

Display a list of all active connections to the RabbitMQ server

Display a list of all existing queues on the RabbitMQ server

Display the RabbitMQ server logs to check for any policy violation errors

Display the RabbitMQ server configuration file to check for any policy violations

Check if any specific policy is causing the violation

Check for any blocked connections due to policy violations

Repair

Review the existing policies and update them if necessary to prevent future policy violations. This may involve revising the access control rules, message queue limits, and message expiration times.

Learn more

Related Runbooks

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