From 14047243f883ddd4fdb566b7be9e5d2dbafeaf72 Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Tue, 4 Sep 2012 13:18:32 +0000 Subject: QPID-4271: improve behaviour when embedding the broker inside a container Avoid potential ThreadLocal leaks on Container owned threads for CurrentActor, AMQShortString and SecurityManager. Have LogRecorder unregistered itself from Log4J. Allow SIGHUP handling to be turned off (inappropiate to install signal handling when deployed inside Container. Allow use of custom RMI socket factory to be disabled. (The registration of a custom RMI socket with the JRE cannot be reversed (deficiency in JRE API) and this causes a large perm-gen leak). Work of Robbie Gemmell and myself. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1380625 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/broker/etc/log4j.xml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'qpid/java/broker/etc') diff --git a/qpid/java/broker/etc/log4j.xml b/qpid/java/broker/etc/log4j.xml index b1b31248c1..7392260a0a 100644 --- a/qpid/java/broker/etc/log4j.xml +++ b/qpid/java/broker/etc/log4j.xml @@ -88,9 +88,9 @@ - - - + + + @@ -108,21 +108,14 @@ - - - - - - + - + -- cgit v1.2.1