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 2013/08/07 18:57:38 UTC

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

Author: cwiklik
Date: Wed Aug  7 16:57:37 2013
New Revision: 1511396

URL: http://svn.apache.org/r1511396
Log:
UIMA-3155

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=1511396&r1=1511395&r2=1511396&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 Wed Aug  7 16:57:37 2013
@@ -111,7 +111,7 @@ UIMAJMS_connection_open_to_endpoint__FIN
 UIMAJMS_disable_listener__WARNING = Service Unable to Start Listener on Queue: {0} Managed By Broker: {1}. Stopping Listener.
 UIMAJMS_broker_memory__CONFIG = The JMS Broker Starts with Heap Size of: {0}
 UIMAJMS_deploy_container__CONFIG = Uima EE Client Deploying Service From Spring Context File Located at: {0}
-UIMAJMS_init_uimaee_client__CONFIG = Uima EE Client Initialization Parameters-BrokerURI:{0} Receive Window Size: {1} CAS Pool Size: {2} Timeout: {3}
+UIMAJMS_init_uimaee_client__CONFIG = Uima EE Client Initialization Parameters-BrokerURI:{0} Receive Window Size: {1} CAS Pool Size: {2} Timeout: {3} TimerPerCAS:{4}
 UIMAJMS_started_cpc_request_timer_FINEST = Uima EE Client Started CPC Timer
 UIMAJMS_app_cpc_request_FINEST = Uima EE Client Sending CPC Request
 UIMAJMS_cancelled_cpc_request_timer_FINEST = Uima EE Client Cancelled CPC Timer
@@ -237,4 +237,7 @@ UIMAJMS_removed_expired_session__INFO=Th
 UIMAJMS_start_inactivity_monitor__INFO=Component: {0} Starting JMS Inactivity Monitor on Broker: {1} Max Inactivity Timeout: {2}
 UIMAJMS_discard_msg__INFO=Component: {0} Message From: {1} IP: {2} Message Type: {3} Command: {4} CasId: {5}
 UIMAJMS_show_stats__INFO=Component: {0} Stats for CasId:{1}\n\t{2}
-
+UIMAJMS_dispatched_getmeta_reply__INFO=Service: {0} Dispatched GetMeta Reply to Client on Queue:{1}
+UIMAJMS_fetching_endpoint_dispatcher__INFO=Service: {0} Fetching Endpoint Dispatcher For Queue: {1}
+UIMAJMS_fetched_endpoint_dispatcher__INFO=Service: {0} Fetched Endpoint Dispatcher For Queue: {1}
+UIMAJMS_session_open__INFO=Service: {0} Opened Session To Queue:{1} Broker:{2}