sounds delicious... let me explain the idea which looks silly --
i have couple of native (c++) apps that are the message sources. the message consumers are the session beans themself which implement the logic that acts upon the message and then sends a response back to the respective native apps. so if i say that native apps are below the containers, then on the way up (ie. from native apps to the session beans) i use the point-to-multipoint delivery model, and on the way back, to make sure that the response message comes back to the originating native app only, i use point-to-point delivery. the reasons for bringing in JMS in this case is fault-tolerance and load-distribution, i.e. i'd like to mave multiple containers reachable on different hosts from each native app. now does this make sense, or is it still a silly idea and an overhead ? if it is, could you suggest me a more optimal way, given the objectives. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848436#3848436 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848436 ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
