[rabbitmq-discuss] RabbitMQ message monitoring directly via Mnesia tables?
Lynton Grice
lynton.grice at logosworld.com
Thu Jul 16 11:35:54 BST 2009
Hi Alexis,
Many thanks for the comments, much appreciated.
On the "pluggable persistence" I think there is already some CouchDB
replication of messages already?
https://dev.rabbitmq.com/wiki/RabbitCouchRelay
I look forward to when we can see message data in RabbitMQ without pulling
off the messages...
Thanks again ;-)
Lynton
-----Original Message-----
From: Alexis Richardson [mailto:alexis.richardson at gmail.com]
Sent: 16 July 2009 12:07 PM
To: Lynton Grice
Cc: rabbitmq-discuss at lists.rabbitmq.com
Subject: Re: [rabbitmq-discuss] RabbitMQ message monitoring directly via
Mnesia tables?
Lynton
On Thu, Jul 16, 2009 at 10:48 AM, Lynton
Grice<lynton.grice at logosworld.com> wrote:
> Hi there,
>
>
>
> If messages are persisted on RabbitMQ can someone interrogate the message
> data by directly accessing the Mnesia tables? Or are the Mnesia tables
only
> for admin / configuration data?
Mnesia only stores the routing tables and config data.
> Basically I have a setup where I would like to be able to see message
> details on the queue/s without pulling the messages off.....
Ah yes :-)
I don't think this is currently supported.
> If the messages are not persisted to Mnesia where are they kept? In a file
> on disk?
Yes, that is correct. Messages are journalled to disk for recovery.
One thing that people have asked for is 'pluggable persistence' in
which messages can also be stored in $YOUR_FAVOURITE_DATABASE
alexis
> Thanks for the help, much appreciated ;-)
>
>
>
> Lynton
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>
More information about the rabbitmq-discuss
mailing list