[rabbitmq-discuss] Clustering

Ben Hood 0x6e6562 at gmail.com
Mon Jan 12 21:53:48 GMT 2009


Jason,

On Mon, Jan 12, 2009 at 9:01 PM, Jason J. W. Williams
<jasonjwwilliams at gmail.com> wrote:
> It appears that on a fail-over the contents of queues are not
> available on the take-over server, but the queues and exchanges
> themselves are available. Is this accurate? Thank you in advance.

Yes, this is true. Broker entities (exchanges, queues and bindings)
are maintained in a coherent fashion accross a cluster, but messages
are not. This is due to the cost of replicating messages - it would be
possible to do this, but it is quite expensive and not that many
people really need it (yet). Having said this, it is a subject of
investigation and may appear at some time in the future. Read the
manual for more details: http://www.rabbitmq.com/clustering.html

Ben




More information about the rabbitmq-discuss mailing list