INT-1265, INT-1266, INT-1267: create new mbean exporter and move monitoring to there

This commit is contained in:
David Syer
2010-09-03 12:02:54 +00:00
parent 69b296443a
commit 53f975311a
36 changed files with 2501 additions and 293 deletions

View File

@@ -0,0 +1,10 @@
log4j.rootCategory=WARN, stdout
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %t %c{2}:%L - %m%n
log4j.category.org.springframework=WARN
log4j.category.org.springframework.integration=DEBUG
log4j.category.org.springframework.integration.monitor=TRACE