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.