From 81cf46af708c7cbc88671d832ed75d32b3a2fdee Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Fri, 31 Aug 2012 09:28:14 -0400 Subject: [PATCH] INT-2532 AMQP Schema Doc Clarification Can't use when injecting an external container into an endpoint. --- .../amqp/config/spring-integration-amqp-2.2.xsd | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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. + ]]>