diff --git a/spring-integration-amqp/src/main/resources/org/springframework/integration/amqp/config/spring-integration-amqp-2.2.xsd b/spring-integration-amqp/src/main/resources/org/springframework/integration/amqp/config/spring-integration-amqp-2.2.xsd index 67612af0e8..5a30583d7e 100644 --- a/spring-integration-amqp/src/main/resources/org/springframework/integration/amqp/config/spring-integration-amqp-2.2.xsd +++ b/spring-integration-amqp/src/main/resources/org/springframework/integration/amqp/config/spring-integration-amqp-2.2.xsd @@ -505,13 +505,17 @@ this list can also be simple patterns to be matched against the header names (e. - + + Note that this means that the external listener container must be configured using standard Spring + (or @Bean) syntax. You cannot use the XML namespace support because it requires + attributes such as queue names to be specified on a child element and, as stated above, the + container must not have a MessageListener defined. + ]]>