You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2009/03/10 20:51:44 UTC

svn commit: r752232 - in /servicemix/smx4/nmr/trunk: assembly/src/main/filtered-resources/etc/org.apache.servicemix.jbi.cfg transaction/

Author: gertv
Date: Tue Mar 10 19:51:44 2009
New Revision: 752232

URL: http://svn.apache.org/viewvc?rev=752232&view=rev
Log:
SMX4NMR-118: Allow configuration of the shutdown timeout through a config file

Added:
    servicemix/smx4/nmr/trunk/assembly/src/main/filtered-resources/etc/org.apache.servicemix.jbi.cfg
Modified:
    servicemix/smx4/nmr/trunk/transaction/   (props changed)

Added: servicemix/smx4/nmr/trunk/assembly/src/main/filtered-resources/etc/org.apache.servicemix.jbi.cfg
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/assembly/src/main/filtered-resources/etc/org.apache.servicemix.jbi.cfg?rev=752232&view=auto
==============================================================================
--- servicemix/smx4/nmr/trunk/assembly/src/main/filtered-resources/etc/org.apache.servicemix.jbi.cfg (added)
+++ servicemix/smx4/nmr/trunk/assembly/src/main/filtered-resources/etc/org.apache.servicemix.jbi.cfg Tue Mar 10 19:51:44 2009
@@ -0,0 +1,22 @@
+################################################################################
+#
+#    Licensed to the Apache Software Foundation (ASF) under one or more
+#    contributor license agreements.  See the NOTICE file distributed with
+#    this work for additional information regarding copyright ownership.
+#    The ASF licenses this file to You under the Apache License, Version 2.0
+#    (the "License"); you may not use this file except in compliance with
+#    the License.  You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#    Unless required by applicable law or agreed to in writing, software
+#    distributed under the License is distributed on an "AS IS" BASIS,
+#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#    See the License for the specific language governing permissions and
+#    limitations under the License.
+#
+################################################################################
+
+# When using a forced shutdown of a SA, all pending synchronous exchanges will be canceled after this timeout
+# The value is specified in ms, the default value of 0 will wait indefinitely for all exchanges to finish
+shutdownTimeout=0

Propchange: servicemix/smx4/nmr/trunk/transaction/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Mar 10 19:51:44 2009
@@ -6,4 +6,5 @@
 .classpath
 .project
 .settings
+eclipse-classes
 bin