Hide Forgot
++ This bug is a clone of bug 778920 ++ Date of First Response: 2009-06-15 12:36:03 project_key: SOA Programmer's guide does not document how to set maxThreads for InVM listener: http://www.redhat.com/docs/en-US/JBoss_SOA_Platform/4.3.CP01/html-single/Programmers_Guide/index.html#sect-SOA_ESB_Programmers_Guide-What_is_a_Service-InVM_Transport My understanding is that it is one of the two approaches shown below, but I'm not sure: ---------------------------------------------------------------------------------------- <service category="HelloWorld" name="Service2" description="Service 2" invmScope="GLOBAL"> <property name="maxThreads">100</property> <listeners>... <actions>... ---------------------------------------------------------------------------------------- <service category="HelloWorld" name="Service2" description="Service 2" invmScope="GLOBAL"> <property name="maxThreads" value="100" /> <listeners>... <actions>... ----------------------------------------------------------------------------------------
Hi Aaron... either of those should work actually, but I think option #2 would be the "recommended" way.
The project docs have been updated.
Page 39 of the ESB Programmer's Guide Version 5.0 now states the following: ********************** Threading In order to change the number of listener threads associated with an InVM transport: <service category="HelloWorld" name="Service2" description="Service 2" invmScope="GLOBAL"> <property name="maxThreads" value="100" /> <listeners>... <actions>... ********************** Is this the same as that which is being referred to above?
Link: Added: This issue is a dependency of SOA-1403
Link: Removed: This issue is a dependency of SOA-1403
Link: Added: This issue related SOA-1403
Verified in http://documentation-stage.bne.redhat.com/docs/en-US/JBoss_Enterprise_SOA_Platform/5.0.0/html/ESB_Programmers_Guide/sect-SOA_ESB_Programmers_Guide-What_is_a_Service-InVM_Transport.html