| Description | This article describes how to resolve an issue where RabbitMQ disk space continues to increase because gateway messages are not being consumed by the system. |
| Scope | FortiSOAR v7.6.1 and later. |
| Solution |
If the RabbitMQ partition '/var/lib/rabbitmq' shows high disk usage that continues to grow, follow the steps below to identify and resolve the issue:
rabbitmqctl list_queues -p intra-cyops
Review the message count for 'cyops.gateway.crudhub.data'. If the number of messages is very high, proceed with the next steps.
In case of an error similar to the one below, it indicates that the message size exceeds the configured limit:
java.lang.IllegalStateException: Message body is too large (69320449), maximum configured size is 67108864.
Perform the steps below to fix the issue:
cp -p /opt/cyops/configs/cyops-gateway/gateway.properties /opt/cyops/configs/cyops-gateway/gateway.properties_bkp
vi /opt/cyops/configs/cyops-gateway/gateway.properties max_inbound_message_body_size=128
systemctl restart cyops-tomcat
Recheck the queue. The message count should begin to decrease gradually as messages are consumed, eventually freeing up RabbitMQ disk space. |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.