Hey there,<div><br></div><div>Doing my first steps with rabbitmq: 2 node cluster.</div><div><div><br></div></div><div>Publisher publishes to stomp topic "/topic/news", consumers on both nodes receive the message.</div><div><br></div><div>Easy as cake. Now as soon as I setup the same cluster between two different machines, things stop working.</div><div><br></div><div>Consumers on the same node as the publisher still get the messages,</div><div>but consumers on the second machine don't.</div><div><br></div><div>Am I missing something obvious or should the stomp plugin "just work" in a clustered environment?<br></div><div><br></div><div>Erlang node setup seems ok (i can talk to both via rabbitmqctl in both directions).</div><div>I can see that the messages get send over the wire by snooping the network traffic.</div><div><br></div><div>Thanks for any hints...</div><div><br></div><div><br></div><div><br></div>