Currently, I am building a system which must have a messaging system which can 
support 100 - 100KB messages/second.  From what I've implemented in my 
prototypes the max number of messages that I can send via clustered HA JMS is 
about 60 persistent messages.  In the current implementation of JBossMQ, a 
single node (destination) in the cluster handles all messages which seems to be 
causing the congestion in the entire system.  

I believe that in the future release of JBoss Messaging the distributed 
destination feature will be implemented.  Will distributed destinations 
(destinations will be distributed so that not just 1 destination is doing all 
of the work) help solve the slowness in my application?  If so, is there an 
expected time frame when JBoss Messaging will be released?  I would really like 
to use JBoss because I don't want to be stuck using something like Oracle App 
Server.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888883#3888883

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888883


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to