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/01 15:47:46 UTC

svn commit: r810050 - /incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CasMultiplierAggregateWithRemoteCasMultiplier.xml

Author: cwiklik
Date: Tue Sep  1 13:47:45 2009
New Revision: 810050

URL: http://svn.apache.org/viewvc?rev=810050&view=rev
Log:
UIMA-1155 removed stale attribute 'replyQueue'

Modified:
    incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CasMultiplierAggregateWithRemoteCasMultiplier.xml

Modified: incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CasMultiplierAggregateWithRemoteCasMultiplier.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CasMultiplierAggregateWithRemoteCasMultiplier.xml?rev=810050&r1=810049&r2=810050&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CasMultiplierAggregateWithRemoteCasMultiplier.xml (original)
+++ incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CasMultiplierAggregateWithRemoteCasMultiplier.xml Tue Sep  1 13:47:45 2009
@@ -36,7 +36,6 @@
         <delegates>
 		  <remoteAnalysisEngine key="SimpleCasGenerator">
             <inputQueue brokerURL="tcp://localhost:8118" endpoint="TestMultiplierQueue"/>
-            <replyQueue location="remote" />
             <casMultiplier poolSize="3" initialFsHeapSize="2000000"/>
             <asyncAggregateErrorConfiguration>
               <getMetadataErrors maxRetries="0" timeout="0" errorAction="terminate"/>
@@ -47,7 +46,6 @@
 
 		  <remoteAnalysisEngine key="NoOp">
             <inputQueue brokerURL="tcp://localhost:8118" endpoint="NoOpAnnotatorQueue"/>
-            <replyQueue location="remote" />
             <serializer method="xmi"/>
             <asyncAggregateErrorConfiguration>
               <getMetadataErrors maxRetries="0" timeout="60000" errorAction="disable"/>