By default messages will be prefetched into consumers.

See 
http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/guide-1.0.1.GA/html/configuration.html#conf.connections

So what could be happening is that they are going straight through the queue 
and ending up in the consumer. And then slowly being consumed from the consumer.

Since your consumer is slow, you could try setting prefetch to a lower value 
(like 1).

Prefetch is vital for high peformance consumers.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981256
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to