The 'request-channel' attribute is now optional on the jms:outbound-gateway element so that the gateway may be added to a chain.

This commit is contained in:
Mark Fisher
2008-11-22 16:55:51 +00:00
parent 75903736e2
commit b9435fdc41

View File

@@ -99,7 +99,7 @@
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="id" type="xsd:ID"/>
<xsd:attribute name="request-channel" type="xsd:string" use="required"/>
<xsd:attribute name="request-channel" type="xsd:string"/>
<xsd:attribute name="reply-channel" type="xsd:string"/>
<xsd:attribute name="request-timeout" type="xsd:string"/>
<xsd:attribute name="reply-timeout" type="xsd:string"/>