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/06/24 20:44:01 UTC

svn commit: r788117 - /incubator/uima/sandbox/trunk/uima-as/uimaj-as-activemq/src/main/java/org/apache/uima/adapter/jms/activemq/JmsEndpointConnection_impl.java

Author: cwiklik
Date: Wed Jun 24 18:44:01 2009
New Revision: 788117

URL: http://svn.apache.org/viewvc?rev=788117&view=rev
Log:
UIMA-1358

Modified:
    incubator/uima/sandbox/trunk/uima-as/uimaj-as-activemq/src/main/java/org/apache/uima/adapter/jms/activemq/JmsEndpointConnection_impl.java

Modified: incubator/uima/sandbox/trunk/uima-as/uimaj-as-activemq/src/main/java/org/apache/uima/adapter/jms/activemq/JmsEndpointConnection_impl.java
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/uima-as/uimaj-as-activemq/src/main/java/org/apache/uima/adapter/jms/activemq/JmsEndpointConnection_impl.java?rev=788117&r1=788116&r2=788117&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/uima-as/uimaj-as-activemq/src/main/java/org/apache/uima/adapter/jms/activemq/JmsEndpointConnection_impl.java (original)
+++ incubator/uima/sandbox/trunk/uima-as/uimaj-as-activemq/src/main/java/org/apache/uima/adapter/jms/activemq/JmsEndpointConnection_impl.java Wed Jun 24 18:44:01 2009
@@ -539,7 +539,7 @@
 				//	Send a reply to a queue provided by the client
 				
 				//  Stop messages and replies are sent to the endpoint provided in the destination object
-				if ( (command == AsynchAEMessage.Stop || isReplyEndpoint) && delegateEndpoint.getDestination() != null  )
+				if ( (command == AsynchAEMessage.Stop || command == AsynchAEMessage.ReleaseCAS || isReplyEndpoint) && delegateEndpoint.getDestination() != null  )
 				{
 					destinationName = ((ActiveMQDestination)delegateEndpoint.getDestination()).getPhysicalName();
 					if ( UIMAFramework.getLogger().isLoggable(Level.FINE))