INT-2015 'reply-channel' is no longer required in the spring-integration-amqp XSD

This commit is contained in:
Mark Fisher
2011-07-27 16:39:40 -04:00
parent 57f6c3e0ab
commit 02735b15f1

View File

@@ -353,7 +353,7 @@
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="reply-channel" use="required" type="xsd:string">
<xsd:attribute name="reply-channel" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Message Channel to which replies should be sent after being received from an AQMP Queue and converted.