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/10 22:45:23 UTC

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

Author: cwiklik
Date: Tue Nov 10 21:45:23 2009
New Revision: 834688

URL: http://svn.apache.org/viewvc?rev=834688&view=rev
Log:
UIMA-1643 Added new msgs

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=834688&r1=834687&r2=834688&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 Tue Nov 10 21:45:23 2009
@@ -176,4 +176,11 @@
 UIMAJMS_client_failed_creating_session_INFO = UIMA AS Client Failed Creating Session To Destination: {0} Managed By Broker: {1}
 UIMAJMS_client_connection_not_ready_INFO = UIMA AS Client Connection To Broker: {0} Not Initialized
 UIMAJMS_client_connection_closed_INFO = UIMA AS Client Connection To Destination: {0} Managed By Broker: {1} Is Closed
-UIMAJMS_service_closing_connection__INFO=Controller {0} Invalidating JMS Connection To Broker {1} and Closing Sessions To Delegates
\ No newline at end of file
+UIMAJMS_service_closing_connection__INFO=Controller {0} Invalidating JMS Connection To Broker {1} and Closing Sessions To Delegates
+UIMAJMS_client_rejected_process_request_broker_down__INFO = UIMA AS Client Message Dispatcher Rejecting Process Request - the Broker Is Not Available.
+UIMAJMS_client_rejected_nonprocess_request_broker_down__INFO = UIMA AS Client Message Dispatcher Rejecting Request of Type: {0} - the Broker Is Not Available.
+UIMAJMS_client_lost_connection_to_broker__WARNING = UIMA AS Client Has Lost Connection To Broker:{0} Retrying Connection every 5secs until successful. Is Client Stopped:
+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