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 2009/09/30 17:08:46 UTC

svn commit: r820293 - /incubator/uima/uima-as/trunk/uima-as-distr/src/main/readme/README

Author: cwiklik
Date: Wed Sep 30 15:08:46 2009
New Revision: 820293

URL: http://svn.apache.org/viewvc?rev=820293&view=rev
Log:
UIMA-1484 Documented use of -brokerURL when launching deployAsyncService 

Modified:
    incubator/uima/uima-as/trunk/uima-as-distr/src/main/readme/README

Modified: incubator/uima/uima-as/trunk/uima-as-distr/src/main/readme/README
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uima-as-distr/src/main/readme/README?rev=820293&r1=820292&r2=820293&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uima-as-distr/src/main/readme/README (original)
+++ incubator/uima/uima-as/trunk/uima-as-distr/src/main/readme/README Wed Sep 30 15:08:46 2009
@@ -133,9 +133,13 @@
 
 b. Run the command:
 
-     deployAsyncService.sh/cmd [testDD.xml]
+     deployAsyncService.sh/cmd [testDD.xml] [-brokerURL url]
 
-  The argument to the command is the deployment descriptor you created in step (a).
+  The argument to the command is the deployment descriptor you created in step (a). An optional argument
+  -brokerURL specifies a URL of the broker that the service will use to create connections to queues. This
+  argument takes effect only if your deployment descriptor does not explicitly name the broker URL in the 
+  <inputQueue ...> xml element. Omitting brokerURL from a deployment descriptor is a way to keep your
+  deployment descriptors portable. You don't need to edit your deployment descriptors when switching brokers.
 
   Note: If you use import by name in your deployment descriptor, UIMA AS searches the CLASSPATH
   as well as directories on UIMA_DATAPATH to resolve the import.