Author: ffang
Date: Thu Dec  6 02:10:39 2012
New Revision: 1417728

URL: http://svn.apache.org/viewvc?rev=1417728&view=rev
Log:
[SMXCOMP-957]add serverGracefulTimeout for servicemix-http blueprint 
configuration 

Modified:
    
servicemix/components/trunk/bindings/servicemix-http/src/main/resources/OSGI-INF/blueprint/servicemix-http.xml

Modified: 
servicemix/components/trunk/bindings/servicemix-http/src/main/resources/OSGI-INF/blueprint/servicemix-http.xml
URL: 
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-http/src/main/resources/OSGI-INF/blueprint/servicemix-http.xml?rev=1417728&r1=1417727&r2=1417728&view=diff
==============================================================================
--- 
servicemix/components/trunk/bindings/servicemix-http/src/main/resources/OSGI-INF/blueprint/servicemix-http.xml
 (original)
+++ 
servicemix/components/trunk/bindings/servicemix-http/src/main/resources/OSGI-INF/blueprint/servicemix-http.xml
 Thu Dec  6 02:10:39 2012
@@ -50,6 +50,7 @@
         <property name="retryCount" value="${retryCount}" />
         <property name="streamingEnabled" value="${streamingEnabled}" />
         <property name="wantHeadersFromHttpIntoExchange" 
value="${wantHeadersFromHttpIntoExchange}" />
+        <property name="serverGracefulTimeout" 
value="${serverGracefulTimeout}" />
     </bean>
 
     <bean id="executorFactory" 
class="org.apache.servicemix.executors.impl.ExecutorFactoryImpl">
@@ -119,6 +120,7 @@
                        <cm:property name="threadPoolMaximumPoolSize" 
value="32"/>
                        <cm:property name="threadPoolQueueSize" value="256"/>
                        <cm:property name="wantHeadersFromHttpIntoExchange" 
value="false"/>
+                        <cm:property name="serverGracefulTimeout" value="0"/>
            </cm:default-properties>
     </cm:property-placeholder>
     


Reply via email to