> I wanted to know what kind of disaster recovery features are > available when using QPID. Which version onwards the > implemented features are supported.
I'm not familiar with the Java broker features, but I can help you about the C++ broker. Federation - a way to distribute loads over multiple brokers, possibly in multiple locations. This is supported since at least 0.5. There's currently a bug in the Windows implementation of this feature; Linux is ok. Clustering - join a bunch of brokers together as one logical broker. This is for Linux only. Persistent messaging - configurations, queues, bindings, messages, etc. are stored on disk and can be recovered if the broker goes down and restarts. This is available on Linux from at least 0.5, on Windows from 0.6. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:users-subscr...@qpid.apache.org