Hello, I want to create a high performance system on JBoss which relies on JMS. Since JMS on JBoss doesn't have load balancing I tried to have my JMS Message Beans call a clustered stateless session bean, thus allowing Load Balancing of message beans. However, when I call the clustered stateless session bean from the message bean the call is always sent to an instance on the same container as the message bean which called it. How can I get the message bean to call a stateless session bean on another server?
<a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824872#3824872">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824872>Reply to the post</a> ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
