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 2016/09/13 15:14:21 UTC

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

Author: cwiklik
Date: Tue Sep 13 15:14:21 2016
New Revision: 1760558

URL: http://svn.apache.org/viewvc?rev=1760558&view=rev
Log:
UIMA-4751 improved log msgs when listener connection to broker is lost and subsequently recovered

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

Modified: uima/uima-as/trunk/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties?rev=1760558&r1=1760557&r2=1760558&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties (original)
+++ uima/uima-as/trunk/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties Tue Sep 13 15:14:21 2016
@@ -162,8 +162,8 @@ UIMAJMS_client_sending_ping__FINE = Uima
 UIMAJMS_client_serialization_ovveride__WARNING = \n\t***** WARNING: Service Doesn''t Support Binary Serialization. Uima AS Client Defaulting to XMI Serialization\n
 UIMAJMS_client_ping_timed_out__WARNING = \n\t***** WARNING: Service: {0} Didn''t Respond To Ping. PendingDispatchList Size:{1} PendingReplyList size:{2}\n 
 UIMAJMS_client_process_timedout__INFO = Process Timeout. Uima AS Client Didn''t Receive Process Reply Within Configured Window Of:{0} millis
-UIMAJMS_listener_connection_failure__WARNING = {0} Listener Unable To Connect To Broker: {1} Retrying ...  
-UIMAJMS_listener_connection_recovered__WARNING = {0} Listener Established Connection to Broker: {1} 
+UIMAJMS_listener_connection_failure__WARNING = {0} Listener Unable To Connect To Broker: {1} Retrying Until Successful ...  
+UIMAJMS_listener_connection_recovered__WARNING = {0} Listener Recovered Connection to Broker: {1} - Ready to Process Again
 UIMAJMS_send_reply_failed__INFO = Controller: {0} Failed Sending Reply To Remote Destination Managed By Server: {1} Queue: {2}
 UIMAJMS_invalid_msg_type__INFO = Controller: {0} Received New Message With Invalid Message Type:{1} 
 UIMAJMS_invalid_cmd_type__INFO = Controller: {0} Received New Message With Invalid Command Type:{1}