All, I want durable queues that DO NOT persist the messages, i.e. I want my configuration to survive a restart but (as a performance trade-off) I do not want to incur the costs of persisting data, so do not care if my data survives.
So I have created a durable queue and tried starting up the broker with a number of different options but the only two behaviours I can see are:- 1) Queue survives restart with all its data 2) Queue does not survive restart >From my tests I have not been able to create a durable queue that does not persist the data. Is this possible? How would I acheive this? Btw currently using C++ v0.8. -- View this message in context: http://apache-qpid-users.2158936.n2.nabble.com/Durable-Queue-Behaviour-tp6772357p6772357.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
