5 Replies Latest reply on Oct 5, 2009 4:52 AM by skaffman

    Cluster diagnostics

    skaffman

      I have a cluster of embedded HornetQ instances, with a single Topic. Messages sent on that topic should be send to all nodes in the cluster. I am using peer discovery to auto-detect the cluster.

      It's not working, however (messages send on nodeA are only being received on nodeA, not nodeB), so I've been trying to diagnose the problem. What I can't figure out is how to ask Hornet what its view of the cluster is (e.g. how many nodes in the cluster, what are their IDs, IP addresses, etc). None of the JMX beans seem to expose that information, and the runtime logging gives very little infornmation on what's going on as the cluster is formed.

      Any ideas where i should look?