[ https://issues.apache.org/activemq/browse/SM-521?page=comments#action_36731 ] Ramon Buckland commented on SM-521: -----------------------------------
for Component throttling, this is handling the ConfigMBeanImpl. Every component registered with the JBIContainer will get their own Bean. What would be nice is to have <sm:component throttlingTimeout="500" throttlingInterval="5"> .... </sm:component> How would this config translate to an XBean ? is there a magical way using the xbean config to also set these values ? I am thinking that these two properties should sit on the BaseComponent class and on init after it is registered itself, it gets a hold of it's own MBean and sets the relevant values. Issue is, a fair few components don't extend BaseComponent but rather implement directly the jbi interface component. > Tuning parameters configuration > ------------------------------- > > Key: SM-521 > URL: https://issues.apache.org/activemq/browse/SM-521 > Project: ServiceMix > Issue Type: Improvement > Components: servicemix-core > Reporter: Guillaume Nodet > Fix For: 3.0-M3 > > > We need to provide a way to configure tuning parameters for servicemix: > * thread pools (core + flows + seda queues + components ) > * queues (delivery channels + seda queues) > * component throttling > This may need a way to configure dummy activationSpecs (with no components, > only the component name) > so that we can configure these parameters when using JBI std installation -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
