Hi,
This config
. . .
is telling the slave to listen to the specified masterConnectorURI which
should be the url of the master broker you are going to use. So your slave's
masterConnectorURI should be a url of your intended master broker, so if
your master broker has a url of "tcp://localh
Hi,
AFAIK, binding 2 brokers with same uri will result in a bind exception
because the address is already used. And by the way, using failover is an
assurance that you will be connected to the slave when the master goes down
so there is no point in making the slave and master have the same uri.
HI,
The message will not be available to consumers on other brokers mainly
because messages are forwarded based on demand.. so it will be forwarded
only to other brokers when there are consumers for the message.
Regards
cbu wrote:
>
> Hi,
>
> both brokers named differently. It seems it wa