0 Replies Latest reply on Nov 13, 2008 9:36 PM by bdavis

    Bridging to Cluster

    bdavis

      I am attempting to bridge two clustered queues, and am interested in the most efficient way to do so. I would like messages going from cluster 1 queue A to cluster 2 queue A to use a round robin approach when populating messages to the nodes.

      Why does the DefaultJMSProvider defined within hajndi-jms-ds.xml contain a connection to XAConnectionFactory rather than ClusteredXAConnectionFactory?

      Should I define a new JMSProviderLoader which will use a connection factory that I have setup to use the RoundRobinLoadBalancingFactory?

      Thanks,
      B