On Wed, 2003-12-17 at 14:19, Ionel GARDAIS wrote: > Hi, > > After digging around, I found answers to some of my > questions. > > However, i'm still missing the answer to my major > question. > > JBossMQ will use JGroups in the near futur, sending > messages over multicast (4.0.0). > > Question is : how does it work by now (3.2.x)? Does it > use the bound-interface's broadcast IP-address to send > the messages or does every subscribers just register > themselves against the topic and messages are sent by > calling the onMessage() method on each subscribers ? > > I need this info because in the second case, adding a > subscriber to the topic highs the JBoss load whereas > using broadcast, the load remains the same may it be > one or more subscribers. > >
It uses the second method. The subscribers open a tcp/ip connection to receive messages (pull) as required rather than broadcast (push). Regards, Adrian > thanks for your prompt reply, > ionel > > ___________________________________________________________ > Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en franÃais ! > Yahoo! Mail : http://fr.mail.yahoo.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user -- xxxxxxxxxxxxxxxxxxxxxxxx Adrian Brock Director of Support Back Office JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
