[jboss-user] [Messaging, JMS & JBossMQ] - Re: Message Driven Beans and priority (weight)

genman do-not-reply at jboss.com
Wed Sep 12 22:51:24 EDT 2007


No.

The handling of messages is controlled by the "Inflow Adapter" which allows for some control over the call flow, but doesn't regulate the rate of message processing.

http://www.jboss.org/wiki/Wiki.jsp?page=ConfigJMSMessageListener

Flow control might be achieved at the JMS level using activation properties. This isn't a feature that's available yet. Usually one wants to control rate of processing. Java (AFAIK) has no good way to calculate per-thread CPU usage, and MEM usage is done through a global heap.


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

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



More information about the jboss-user mailing list