1 Reply Latest reply on Mar 18, 2015 10:10 AM by jbertram

    Wildfly hornetq clustering

    craigmjones96

      Hi,

       

      Not sure if this is the right location for hornetq specific questions, but it is linked to wildfly...

       

      I am using Wildfly and the embedded HornetQ. My plan is to cluster the HornetQ servers and I was wondering if the following is possible, and if not, is there an alternative solution?

       

      Say i have two nodes in my HornetQ cluster, I have the following two scenarios:

       

      - I want a message to come in and be delivered to one node and processed by one MDB consuming the topic (this seems pretty straight forward and out of the box round robin setup).

      - I want a message to come in and be delivered to BOTH nodes and processed by one MDB consuming the topic on BOTH nodes (this i'm not sure about).

       

      Is anyone able to help point me in the right direction?

       

      Thanks