Well, 4 to 10 queues should be no problem at all, no matter what the JMS implementation. I think you'll run into administration problems before technical problems as far as the number of queues goes. Technical problems I've seen (in various queuing implementations) have more to do with volume of messages and where your bottleneck is: if queues get backed up with non-persistent messages, a lot of (JMS) implementations tend to make large crashing sounds as they run out of memory. If queues get hit with a lot of persistent messages they tend to back up (this forces disk io) although I never got around to trying JDBC backed message stores in JBossMQ or WebLogic's JMS.
hth, danch Alan Yost wrote: > Hello All, > > Just a quick question (I hope)... We have an application with various components >that are moving data from several different input/outputs. We intend to do this with >JBOSS 3.0.1 queues. This led several of out team member to ponder - what are the >limitations of using Queues - i.e how many can you use. We are looking at creating >somewhere between 4-10 queues. Is this excessive, or the norm, when moving data >around between various sources/destinations? > > TIA > > > Alan. > > > ------------------------------------------------------- > This sf.net email is sponsored by: Jabber - The world's fastest growing > real-time communications platform! Don't just IM. Build it in! > http://www.jabber.com/osdn/xim > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > -- ========================================================================= Disclaimer: All statements are my own, personal opinions and have nothing to do with the opinions of employer, wife, or cat. They may not have anything to do with objective reality, as a matter of fact. Your Mileage May Vary, Excludes Delivery Charges, etc. ========================================================================= ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
