Hi friends,
I have the following question -

Well I am using Servicemix 3.2.1 and the default
config settings.
servicemix.corePoolSize    = 4
servicemix.maximumPoolSize = 32
servicemix.queueSize       = 256




Now I have deployed several of my own business
components as a LWC zips and each has it's own
servicemix.xml.

Here are my doubts -

1) I read through
http://servicemix.apache.org/thread-pools.html

There it says every component has it's own threadpool.
By "component" does it mean every individual 
application zip I put in 'hotdeploy'?
Will it inherit the properties from the base
conf/servicemix.xml and have their individual
threadpools? i.e. does the respective servicemix.xml
of every LWC component just extend the executorfactory
config on the parent servicemix.xml?

2) I see in the link
http://servicemix.apache.org/thread-pools.html and
example
<property name="configs">
        <map>
          <entry key="flow.jms.servicemix-http">
            <bean
class="org.apache.servicemix.executors.impl.ExecutorConfig">
              <property name="corePoolSize"
value="32"/>
              <property name="maximumPoolSize"
value="-1"/>
              <property name="queueSize"
value="1024"/>
            </bean>.....

What is "flow.jms.servicemix-http" ? Does it mean the
Heavyweight JBI component identified by
servicemix-http-3.2.1-installer.zip http zip? In that
case my question (1) is wrong itself. As then it would
mean threadpools are configured based on Heavyweight
components and not individual business LWC or Bean
components.

3) If 2 is correct  what should be the corresponding
<entry key="xxxx"> value for lwc and bean components?
where can I find that info? something similar to
"flow.jms.servicemix-http" ?

4) The example snippet given in

http://servicemix.apache.org/thread-pools.html ...

which servicemix.xml do we configure that? the base
conf/servicemix.xml file? or individual lwc
servicemix.xml files?

I am know I have flooded you with a lot of questions
but will appreciate your help a lot!

Regards,
Soumya
The road to success is always under construction :P


      Add more friends to your messenger and enjoy! Go to 
http://messenger.yahoo.com/invite/

Reply via email to