The JMS 'outbound-gateway' element now accepts a 'poller' sub-element.

This commit is contained in:
Mark Fisher
2008-11-24 21:23:59 +00:00
parent 5b654913f1
commit d4237d0fca

View File

@@ -98,6 +98,9 @@
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="integration:poller" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
<xsd:attribute name="request-channel" type="xsd:string"/>
<xsd:attribute name="reply-channel" type="xsd:string"/>