Added support for the <poller/> sub-element within jms:outbound-channel-adapter, and added the "channel" attribute for the inbound console channel adapter.

This commit is contained in:
Mark Fisher
2008-10-12 03:34:17 +00:00
parent 118dc27b7c
commit b4c86f838e
3 changed files with 6 additions and 6 deletions

View File

@@ -29,6 +29,7 @@
<xsd:element ref="integration:poller" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:string"/>
<xsd:attribute name="channel" type="xsd:string"/>
<xsd:attribute name="charset" type="xsd:string"/>
</xsd:complexType>
</xsd:element>