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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...