Rajith Attapattu wrote:
During testing I noticed the following. I would appreciate if folks who are
interested in this area comment about these observations.
a) If a single broker is defined in the URL, by default FailoverSingleServer
is chosen.
In this case, I believe we should default to no failover unless explicitly
specified.
no, that is not correct. This list of URL's provided in this list are
the brokers to try connect to the cluster with. Once
the client has connected to a broker cluster the cluster notifies the
client with the updated list of URL's in the cluster
as nodes get added or removed from the cluster.
So on initial connection the client should iterate the list. once
connected it should get an updated (full) list from the
broker which replaces this list every time the broker sends the client a
new list of URL's
Carl.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]