Hi there,<br><br>I&#39;m sending persistant messages to a fanout exchange and consuming through a durable queue. I&#39;m also have another queue binded to the same exchange just for logging purpose (all messages received are stored in a MongoDB).<br>
<br>The question is how I can ignore the delivery mode 2 (persistent) for the log queue. Sometimes in peak hours there is a lot of enqueued in the log queue and I feel it is due persistence overhead, I don&#39;t need high availability for log queue.<br>
<br>Thanks!<br>Pablo<br>