From fdc5862e4445e13e6acfd7ebcc93a8ff632614b6 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 3 May 2011 17:11:11 +0100 Subject: [PATCH] INT-1789: clarify docs in XSD --- .../integration/jmx/config/spring-integration-jmx-2.0.xsd | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/spring-integration-jmx/src/main/resources/org/springframework/integration/jmx/config/spring-integration-jmx-2.0.xsd b/spring-integration-jmx/src/main/resources/org/springframework/integration/jmx/config/spring-integration-jmx-2.0.xsd index aa31451072..0f245dbd36 100644 --- a/spring-integration-jmx/src/main/resources/org/springframework/integration/jmx/config/spring-integration-jmx-2.0.xsd +++ b/spring-integration-jmx/src/main/resources/org/springframework/integration/jmx/config/spring-integration-jmx-2.0.xsd @@ -120,7 +120,8 @@ - Static object properties to be used for this domain. + Static object properties to be used for this domain. These properties are appended to + the ObjectName of all MBeans registered by this component. @@ -128,6 +129,10 @@ Comma separated list of simple patterns for component names to register (defaults to '*'). + The pattern is applied to all components before they are registered, looking for a match on + the 'name' property of the ObjectName. A MessageChannel and a MessageHandler (for instance) + can share a name because they have a different type, so in that case they would either both + be included or both excluded.