0 Replies Latest reply on Aug 1, 2011 5:58 AM by galanfish

    hornetq cluster question

    galanfish

      hi all. i'm a fresh hand with hornetq and i am stuck.

      this is what i want to archive: use hornetq core api(embedded+pojo,no cfg files) to build a cluster network(discovery+broadcast). i have a client(created with the discoverygroup cfg) to send message to the group, and i wish that hornetq can automatically deliver that message to the queue with the same name of every node inside the cluster network.

      but i found that even i set forwardWhenNoConsumers=true, that the message is deliver with a 'load-balance' way, it appear randomly in one node of the cluster network.

      any help. thx