[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Bridging to Cluster

bdavis do-not-reply at jboss.com
Thu Nov 13 21:36:20 EST 2008


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

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189265#4189265

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189265



More information about the jboss-dev-forums mailing list