Hi Michael,<div><br></div><div>it&#39;s been a long time since our last email exchange, and I&#39;ve still not been able to dedicate some time to this issue. Things are a little too hectic right now for me, and I suspect the learning curve involved would make it event more complicated.</div>
<div><br></div><div>If you could consider adding support for this feature whenever you have spare time to dedicate to this project, I&#39;d be really grateful. Otherwise I guess I&#39;ll just have to put it indefinitely on hold... :/</div>
<div><br></div><div>Thank you.<br><br><div class="gmail_quote">On Tue, Mar 29, 2011 at 08:35, Michael Bridgen <span dir="ltr">&lt;<a href="mailto:mikeb@rabbitmq.com">mikeb@rabbitmq.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Fabio,<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
 � �Right, at the minute the last values are transient. It probably<br>
 � �wouldn&#39;t take much coding to make it save things to disk for durable<br>
 � �exchanges.<br>
<br>
<br>
OK, that figures... :) I know nothing of Erlang, but I&#39;ll take an<br>
overall look and try to come up with an acceptable solution for my case.<br>
Would that be a feature useful enough that you&#39;d consider including in<br>
your code?<br>
</blockquote>
<br></div>
Sure! �Here&#39;s a sketch: use two mnesia tables, one ram only, for non-durable exchanges, and one on disk, for durable exchanges. �In a single node this will be relatively easy; if you use a cluster, you&#39;ll need to find out which nodes have on-disk state.<div>
<div></div><div class="h5"><br>
<br>
<br>
Michael<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com" target="_blank">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</div></div></blockquote></div><br></div>