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/06/04 17:03:17 UTC

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

Author: cwiklik
Date: Fri Jun  4 15:03:17 2010
New Revision: 951432

URL: http://svn.apache.org/viewvc?rev=951432&view=rev
Log:
UIMA-1799 Added new msg to show prefetch override 

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=951432&r1=951431&r2=951432&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 Fri Jun  4 15:03:17 2010
@@ -188,4 +188,5 @@ UIMAJMS_client_connection_closed__INFO =
 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_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   
\ No newline at end of file
+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