Author: kwall
Date: Sun Nov  8 17:14:17 2015
New Revision: 1713266

URL: http://svn.apache.org/viewvc?rev=1713266&view=rev
Log:
QPID-6816: [Java Broker] Improve text of message PRT-1005 to include the reason 
why the connection is rejected

Modified:
    
qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/logging/messages/Port_logmessages.properties

Modified: 
qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/logging/messages/Port_logmessages.properties
URL: 
http://svn.apache.org/viewvc/qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/logging/messages/Port_logmessages.properties?rev=1713266&r1=1713265&r2=1713266&view=diff
==============================================================================
--- 
qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/logging/messages/Port_logmessages.properties
 (original)
+++ 
qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/logging/messages/Port_logmessages.properties
 Sun Nov  8 17:14:17 2015
@@ -23,7 +23,7 @@ OPEN = PRT-1002 : Open
 CLOSE = PRT-1003 : Close
 # 0 - flow
 CONNECTION_COUNT_WARN = PRT-1004 : Connection count {0,number} within {1, 
number} % of maximum {2,number}
-CONNECTION_REJECTED = PRT-1005 : Connection from {0} rejected
+CONNECTION_REJECTED = PRT-1005 : Connection from {0} rejected. Maximum 
connection count for this port already reached.
 
 DELETE = PRT-1006 : Delete {0} Port "{1}"
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to