You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2014/07/01 19:48:01 UTC

svn commit: r1607151 - /uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties

Author: cwiklik
Date: Tue Jul  1 17:48:01 2014
New Revision: 1607151

URL: http://svn.apache.org/r1607151
Log:
UIMA-3896 updated decoration description. Remove obsolete descriptions

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties

Modified: uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties?rev=1607151&r1=1607150&r2=1607151&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties Tue Jul  1 17:48:01 2014
@@ -70,13 +70,9 @@ ducc.broker.hostname=${ducc.head}
 ducc.broker.port=61617
 
 # Broker decorations: 
-#    maxInactivityDuration: 0, turn off broker detection of inactive connections
 #    useCompression: true, compress JMS cargo 
-#    closeAsync: false, block waiting until the JMS connection is closed. This
-#                 setting reduces number of open sockets. 
 ducc.broker.url.decoration=jms.useCompression=true
 
-
 ducc.broker.name=localhost
 ducc.broker.jmx.port=1100
 #