Hi,<br>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)? can it be done using "pg_amqp" tool?<br>The tool's README says:<br>
<pre style="font-family:courier new,monospace"><font size="4">"The pg_amqp package provides the ability for postgres statements to directly
publish messages to an [AMQP](<a href="http://www.amqp.org/">http://www.amqp.org/</a>) broker."<br><font><font face="arial,helvetica,sans-serif"><br>Does it provide the functionality of storing the messages on the Postgres DB?<br>
Thanks,<br>Ashutosh<br></font></font></font></pre>