In jboss.xml, add
<clustered>true</clustered>
for each bean where you want this behavior. If you're using EJB3 you can use an
@Clustered annotation on the bean class instead of XML.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019399#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...