[rabbitmq-discuss] Alternative Message Store?

John DeTreville jdetreville at vmware.com
Tue Feb 22 03:49:06 GMT 2011


With plugins, you can in principal add your own storage mechanism. We are developing a few example plugins with different storage mechanisms, to help you when you develop yours.

For example, you can in principal keep your queue in a highly available distributed store. This might help you get high availability, but it is certainly not everything you will need.

That said, what do you want to achieve with a different storage mechanism?

Cheers,
John

On Feb 19, 2011, at 2:02 PM, James Carr wrote:

> Hi All,
> 
> Recently when giving a presentation on RabbitMQ at a local Java User
> Group one question given was if it was possible to change where
> RabbitMQ stores its messages. My answer was that it buffers them in
> memory and when that reaches a threshold it stores them on disk, but I
> have no idea if it is possible to change the storage mechanism without
> resorting to plugins.
> 
> So... is it possible to change the storage mechanism to, say, couchdb,
> riak or something?
> 
> Thanks,
> James
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss



More information about the rabbitmq-discuss mailing list