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/10/08 22:31:54 UTC

svn commit: r823309 - /incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/descriptors/as/MeetingDetectorAsyncAE.xml

Author: cwiklik
Date: Thu Oct  8 20:31:54 2009
New Revision: 823309

URL: http://svn.apache.org/viewvc?rev=823309&view=rev
Log:
UIMA-1288 modified to use broker placeholder

Modified:
    incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/descriptors/as/MeetingDetectorAsyncAE.xml

Modified: incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/descriptors/as/MeetingDetectorAsyncAE.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/descriptors/as/MeetingDetectorAsyncAE.xml?rev=823309&r1=823308&r2=823309&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/descriptors/as/MeetingDetectorAsyncAE.xml (original)
+++ incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/descriptors/as/MeetingDetectorAsyncAE.xml Thu Oct  8 20:31:54 2009
@@ -19,7 +19,7 @@
 <customResourceSpecifier xmlns="http://uima.apache.org/resourceSpecifier">
    <resourceClassName>org.apache.uima.aae.jms_adapter.JmsAnalysisEngineServiceAdapter</resourceClassName>
    <parameters>
-     <parameter name="brokerURL" value="tcp://localhost:61616"/>
+     <parameter name="brokerURL" value="${defaultBrokerURL}"/>
      <parameter name="endpoint" value="MeetingDetectorTaeQueue"/>
      <parameter name="timeout" value="5000"/>
      <parameter name="getmetatimeout" value="5000"/>