"vc123" wrote : "ataylor" wrote : | | I am not sure why the consumer falls behind so quickly. True, the producer does not do much, but neither does the consumer, and yet it is about 30% slower than the producer which leads to the queue explosion. | | | | Probably the other messaging system implements producer flow control - so it's effectively throttling the producer to the consumption rate. | | You're not going to get best performance by sending messages faster than they can be consumed. |
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129512#4129512 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129512 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
