Hello,
RabbitMQ does not store messages in Mnesia.
The main use of Mnesia is to store users, permissions, vhosts, routes/bindings, topics, exchanges, parameters and queue metadata.
There’s also some information about classic queue mirrors if you use those.
To investigate a potential issue you can run:
rabbitmq-diagnostics observer_cli
Then press M to have the Mnesia tables. Sort by memory if necessary.
Cheers,
--
Loïc Hoguin
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit
https://groups.google.com/d/msgid/rabbitmq-users/1bd0ef2a-23fa-4c58-9588-0b4c21a73550n%40googlegroups.com.
When there is memory pressure the classic queue messages are pushed to disk in the queue index or store. No information is written to Mnesia.
To view this discussion on the web, visit
https://groups.google.com/d/msgid/rabbitmq-users/4737bb5f-89e0-4cac-b11c-2411ec98b2c4n%40googlegroups.com.