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/11/12 01:35:21 UTC

svn commit: r835173 - /incubator/uima/uima-as/trunk/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties

Author: cwiklik
Date: Thu Nov 12 00:35:20 2009
New Revision: 835173

URL: http://svn.apache.org/viewvc?rev=835173&view=rev
Log:
UIMA-1657 added new log msg

Modified:
    incubator/uima/uima-as/trunk/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties

Modified: incubator/uima/uima-as/trunk/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties?rev=835173&r1=835172&r2=835173&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties (original)
+++ incubator/uima/uima-as/trunk/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties Thu Nov 12 00:35:20 2009
@@ -183,4 +183,5 @@
 UIMAJMS_client_dispatching_getmeta_ping__INFO = UIMA AS Client Message Dispatcher Sending GetMeta Ping To the Service
 UIMAJMS_client_recovered_connection__INFO = UIMA AS Client Recovered Connection to Broker: {0} 
 UIMAJMS_client_connection_closed__INFO = UIMA AS Client Shared Connection Has Been Closed   
-UIMAJMS_client_shared_connection_not_closed__INFO = UIMA AS Client Terminated. Shared Connection Still Open. Current Client Count:{0}   
\ No newline at end of file
+UIMAJMS_client_shared_connection_not_closed__INFO = UIMA AS Client Terminated. Shared Connection Still Open. Current Client Count:{0}
+UIMAJMS_dropping_msg_client_is_dead__INFO = UIMA AS Service:{0} Received A Request Message From a Client Known To Be Dead. Its Reply Queue: {1} Was Deleted. Ignoring Request To Process CAS Id: {2}   
\ No newline at end of file