[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Need facilities to run clustered examples
gaohoward
do-not-reply at jboss.com
Fri Apr 3 08:46:50 EDT 2009
I'm trying to build a simple clustered queue example. My plan is:
1. Start two JBM clustered nodes.
2. Deploy one distributed queue
3. In the example code, create connection to the cluster using jndi, then send and receive a message from the queue. Also I want to show that the connection creation is round-robin between the two nodes. (like in 1.4)
In 1.4 we start two nodes with their own JNDI ports and the example just use one JNDI port on one node, I follow this first but I can't make the ports setting for each node work.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4223287#4223287
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4223287
More information about the jboss-dev-forums
mailing list