Are these nodes on a local or remote network?

For Clustering on 1.4, we are using JGroups to find the participant nodes.


The way our clustering currently works is, JGroups is used to establish the 
members of the cluster, and we then create regular Consumers between the nodes 
controlling the load balancing between them.

It is possible to configure JGroups on TCP and do some other stuff, but all the 
tests we have done with Clustering were basically on a local network, using 
UDPs and JGroups. 

I'm not sure yet if that will still be the case for JBM 2, and we can certainly 
take your needs on the design considerations.

The bridge would be more or less the same thing, but more appropriate for 
remote clients. Thinking for example if  your application is a Point of Sale 
where you don't have direct connections to the other members all the time.

The problem with JBM 1.4 is the Embed Support you need. We have cleaned a lot 
of the dependencies on JBM 2, what would make your life easier on instantiating 
the POJOs. For JBM 1.4 we simply don't support the embed as it would be too 
hacky doing it. 

You could prototype with JBM 1.4 if you don't use the embedding. 



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157772
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to