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 2010/12/20 17:30:08 UTC

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

Author: cwiklik
Date: Mon Dec 20 16:30:07 2010
New Revision: 1051197

URL: http://svn.apache.org/viewvc?rev=1051197&view=rev
Log:
UIMA-1936 Added new messages

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=1051197&r1=1051196&r2=1051197&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 Mon Dec 20 16:30:07 2010
@@ -187,6 +187,25 @@ UIMAJMS_client_recovered_connection__INF
 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}
 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}
-UIMAJMS_replyq__CONFIG = Remote Delegate {0} Reply Queue: {1} Reply Listener Configured With {2} Concurrent Consumer(s)
+UIMAJMS_replyq__INFO = Remote Delegate {0} Reply Queue: {1} Reply Listener Configured With {2} Concurrent Consumer(s)
 UIMAJMS_broker_no_jmx__INFO = UIMA AS Service: {0} Broker Running With No JMX Support. Running With No Optimization To Check For Presence of Client's Reply Queue
-UIMAJMS_replyq_prefetch_override__INFO = Overriding Reply Queue:{0} Default Prefetch Setting. The New Setting is: {1}  
\ No newline at end of file
+UIMAJMS_replyq_prefetch_override__INFO = Overriding Reply Queue:{0} Default Prefetch Setting. The New Setting is: {1}
+UIMAJMS_client_interrupted_while_acquiring_semaphore__WARNING = UIMA AS Client Interrupted While Acquiring sharedConnectioSemaphore to Close Shared Connection
+UIMAJMS_client_interrupted_while_acquiring_getmeta_semaphore__WARNING = UIMA AS Client Interrupted While Acquiring GetMetaSemaphore
+UIMAJMS_undeployed_containers__INFO = UIMA AS Client Undeployed All Containers
+UIMAJMS_client_interrupted_while_acquiring_cpcReplySemaphore__WARNING = UIMA AS Cllient Interrupted While Acquiring cpcReplySemaphore
+UIMAJMS_client_interrupted_while_acquiring_cpcReadySemaphore__WARNING = UIMA AS Client Interrupted While Attempting To Acquire cpcReadySemaphore
+
+
+UIMAJMS_client_sending_stop_to_service__INFO = Client Sending Stop to Service for CAS: {0}. Service Endpoint:{1}
+UIMAJMS_client_unable_to_send_stop_to_cm__WARNING = UIMA AS Client Unable to Send Stop To Service. Message Producer Not Initialized
+UIMAJMS_stopped_jms_transport__INFO = Controller: {0} Stopped Listener on Endpoint: {1} Selector: {2}. 
+UIMAJMS_unable_to_send_reply__WARNING = UIMA AS Service: {0}  Unable to Send Reply Message To Remote Endpoint: {1}.  Broker: {2}  is Unavailable. InputCasReferenceId: {3}  CasReferenceId: {4}  Sequece: {5}. Cause: {6}
+UIMAJMS_cm_activated_free_cas_queue__INFO= Cas Multiplier Service: {0}  Activated Listener to Receive Free CAS Notifications - Temp Queue Name: {1}
+UIMAJMS_activating_listener__INFO  = Service: {0} Activating Listener on Endpoint: {1} Selector: {2} Broker: {3}
+UIMAJMS_unable_to_lookup_input_channel__INFO=Listener Unable To LookUp InputChannel For Queue:{0} 
+UIMAJMS_closing_channel__WARNING=Unable To Connect Listener To Broker:{0} Closing Listener on Queue:{1}
+UIMAJMS_listener_ready__INFO= Service: {0} Listener Ready. Broker: {1} Queue: {2}
+UIMAJMS_client_timedout_waiting_for_CPC__WARNING=Uima AS Client Timed Out While Waiting for CPC Reply From a Service. CPC Request Sent To: {0}
+UIMAJMS_service_not_responding_to_ping__WARNING=Stopping Uima AS Client API. Service on Queue: {0} Not Responding To a Ping.
+UIMAJMS_starting_listener__INFO=Controller: {0} Starting Listener on Endpoint: {1} Selector: {2} Broker: {3}