I am new to jboss clustering.Till now I am able to cluster two nodes.
In log messages I am able to see that both the nodes are able to search each other.
For that
1.I used two linux systems.
2.On both i modified /jboss-5.0.0.GA/server/all/deploy/messaging/destinations-service
i added queue inside that file.
3. I modified jndi.properties file also and added both ipaddresses in that.
Now I want to deploy my web application so that if one node fails.It will automatically connect to second node.
What all other modifications are required.
Please reply asap.