On 6 February 2016 at 01:25:49, Ashutosh R (
rava...@gmail.com) wrote:
> As per what I know, RabbitMQ uses Erlang Mnesia for persistence.
> How can I view the persisted messages?
Messages and message indices are not stored in Mnesia. Metadata (vhosts, users, permissions, queues,
exchanges, bindings, runtime parameters/policies) is.
> I suppose Mnesia can hold data upto 4GB. I am not sure on this number
> but how does RabbitMQ manage archival of persisted messages.
Mnesia doesn't have this limit AFAIK, a single DETS file does but Mnesia doesn't
have to be limited to a single file ;)
See
https://github.com/rabbitmq/internals. It has some relevant information.
--
MK
Staff Software Engineer, Pivotal/RabbitMQ