[rabbitmq-discuss] RabbitMQ to use Postgres.
Simon MacMullen
simon at rabbitmq.com
Mon Mar 5 10:15:36 GMT 2012
On 05/03/2012 10:12AM, Ashutosh Mathur wrote:
> Hi,
> Is there a way to store the messages sent from/to broker in a PostgreSQL
> database instead of the default database which RabbitMQ uses(i guess
> mnesia)?
No.
> can it be done using "pg_amqp" tool?
> The tool's README says:
>
> "The pg_amqp package provides the ability for postgres statements to directly
> publish messages to an [AMQP](http://www.amqp.org/) broker."
>
> Does it provide the functionality of storing the messages on the Postgres DB?
No, that's the other way round; sending messages to RabbitMQ from within
Postgres.
Cheers, Simon
More information about the rabbitmq-discuss
mailing list