0 Replies Latest reply on Mar 8, 2019 2:45 PM by kmacleod

    HA configuration: Limiting JMS messages to local server

    kmacleod

      I've got a system of servers running the standalone-full-ha.xml configuration. jgroups is properly configured (using JDBC_PING), and I see JMS messages being properly round-robined across the servers in the cluster. All good.

       

      Now, for certain destinations (both topic and queue), I want to limit their distribution to the local server, where they originate from (this is the equivalent of a weblogic "local destination").

       

      I've read through the documentation and have come across the concepts of message grouping, message wildcarding (via <address-setting>), and message selectors. The use-case seems simple enough, however, it's not clear to me what the best approach is for wildfly/jgroups/activemq.

       

      Can someone recommend the best approach for this use-case? Ideally, the local messages don't get out past the local server at all, and configuration can be handled via some combination of JBoss CLI, JMS message properties, and MDB configuration.

       

      Thanks!