[rabbitmq-discuss] How can I connect in a cluster using Java library
Matthew Sackman
matthew at rabbitmq.com
Wed Mar 16 17:34:55 GMT 2011
On Wed, Mar 16, 2011 at 10:31:36AM -0700, Lucas Souza wrote:
> Emile, and how about publishing messages....
>
> If a connect on node A, I have to consume this message only on node A.
> If I'll go on node B, the message does not exist there, right?
Wrong. A cluster is one logical broker. ALL resources are visible from
any node within the cluster. Thus if you publish a msg whilst connected
to node A, it can be routed to a queue on node B, and be consumber by
another client connected to node C.
Matthew
More information about the rabbitmq-discuss
mailing list