Just thinking about it, the chunking behaviour is not what we see when things are running
normally. If we generate more load than the queue listeners can handle, the load is
distributed evenly between the listeners, even when there are less than (150 * number of
listeners) outstanding messages.
For example, we can have 5 listeners on the queue and 100 messages outstanding and they
will be distributed evenly between the 5 listeners. It is only when the outstanding
messages on the queue is less than 5 that we see affinity with the first listeners.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962728#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...