INT-705 Add support for 'order' on JMS 'outbound-channel-adapter' and 'outbound-gateway' elements.

This commit is contained in:
Mark Fisher
2009-07-03 04:04:46 +00:00
parent 2f1b8a7039
commit 1536b3c539
6 changed files with 155 additions and 0 deletions

View File

@@ -156,6 +156,15 @@
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="order" type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[
Specifies the order for invocation when this endpoint is connected as a
subscriber to a SubscribableChannel.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="auto-startup" type="xsd:string"/>
</xsd:complexType>
<xsd:element name="file-to-string-transformer">