On Tue, 2011-09-06 at 10:54 -0700, Daryoush Mehrtash wrote: > Once I install the "store module" I would be able to get durable queues and > optionally messages, right? Or do I need anything else for the message > durability? >
That is the only module you need. The rest is using correct settings - ie creating the queue durable (you are already doing that) and also setting each message that you want persisted durable. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
