You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ch...@apache.org on 2014/07/24 21:46:14 UTC

svn commit: r1613261 - /uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/cli/ducc-services.tex

Author: challngr
Date: Thu Jul 24 19:46:14 2014
New Revision: 1613261

URL: http://svn.apache.org/r1613261
Log:
UIMA-3727 Correct broker_jmx_port to broker-jmx-port.

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/cli/ducc-services.tex

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/cli/ducc-services.tex
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/cli/ducc-services.tex?rev=1613261&r1=1613260&r2=1613261&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/cli/ducc-services.tex (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/cli/ducc-services.tex Thu Jul 24 19:46:14 2014
@@ -260,15 +260,15 @@
         The build-in default UIMA-AS pinger supports an argument string of the following form
         (with NO embedded blanks):
 \begin{verbatim}
-     queue_threshold=nn,window=mm,broker_jmx_port=pppp,meta_timeout=tttt
+     queue_threshold=nn,window=mm,broker-jmx-port=pppp,meta-timeout=tttt
 \end{verbatim}
         
         The keywords in the string have the following meaning:
         \begin{description}
-          \item[broker\_jmx\_port=pppp] This is the JMX port for the service's broker.  If not
+          \item[broker-jmx-port=pppp] This is the JMX port for the service's broker.  If not
             specified, the default of 1099 is used.  This is used to gather ActiveMQ statistics
             for the service.
-          \item[meta\_timeout=tttt] This is the time, in milliseconds, to wait for a response
+          \item[meta-timeout=tttt] This is the time, in milliseconds, to wait for a response
             to UIMA-AS {\em get-meta}.  If not specified, the default is 5000 milliseconds.
         \end{description}