I recently went through this document[1] which describes the message flows and over all architecture of Qpid (for 0_91)
According to that it uses an inmemory model to keep Queue details (Entry list) and Exchange details (bindings). Database is used to store those details which read them at a server starts up. There this model seems to be not working if a client subscribe to one Node and message is publish to another Node. So any idea of how it going to support clustering? thanks, Amila. [1] https://cwiki.apache.org/qpid/java-broker-refactor-qpid-950.html On Tue, Jun 21, 2011 at 4:32 AM, Mahmoud Parsian <[email protected]> wrote: > Does anyone know when "cluster support for QPID Java Broker" will be > available? > Thanks. > Mahmoud -- Amila Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/
