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 2017/10/02 18:10:17 UTC

svn commit: r1810567 - /uima/uima-ducc/trunk/src/main/resources/default.ducc.properties

Author: cwiklik
Date: Mon Oct  2 18:10:17 2017
New Revision: 1810567

URL: http://svn.apache.org/viewvc?rev=1810567&view=rev
Log:
UIMA-5587 updated broker decoration to limit prefetch size to 0. The default prefetch is 1000 for queues and 32766 for topics

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

Modified: uima/uima-ducc/trunk/src/main/resources/default.ducc.properties
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/src/main/resources/default.ducc.properties?rev=1810567&r1=1810566&r2=1810567&view=diff
==============================================================================
--- uima/uima-ducc/trunk/src/main/resources/default.ducc.properties (original)
+++ uima/uima-ducc/trunk/src/main/resources/default.ducc.properties Mon Oct  2 18:10:17 2017
@@ -104,7 +104,7 @@ ducc.broker.hostname=${ducc.head}
 ducc.broker.port=61617
 
 # The broker *client* url decoration (ie - DUCC daemons).
-ducc.broker.url.decoration=jms.useCompression=true
+ducc.broker.url.decoration=jms.useCompression=true&jms.prefetchPolicy.all=0
 
 # The Broker's name must match the actual broker name in the broker config.  
 # THIS IS NOT THE BROKER HOSTNAME WHICH IS CONFIGURED IN ducc.broker.hostname.