INT-1772 moved send-timeout attribute to the root definition of inbound-channel-adapter

This commit is contained in:
Oleg Zhurakousky
2011-02-01 18:31:45 -05:00
parent 93369d45fb
commit 1b9380c01f

View File

@@ -694,6 +694,14 @@
</xsd:sequence>
<xsd:attributeGroup ref="methodInvokingOrExpressionEvaluatingAttributes" />
<xsd:attributeGroup ref="channelAdapterAttributes" />
<xsd:attribute name="send-timeout" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Maximum amount of time in milliseconds to wait when sending a message to the channel if such channel may block.
For example, a Queue Channel can block until space is available if its maximum capacity has been reached.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
@@ -809,14 +817,6 @@ endpoint itself is a Polling Consumer for a channel with a queue.
<xsd:attributeGroup name="channelAdapterAttributes">
<xsd:attribute name="id" type="xsd:ID" />
<xsd:attribute name="send-timeout" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Maximum amount of time in milliseconds to wait when sending a message to the channel if such channel may block.
For example, a Queue Channel can block until space is available if its maximum capacity has been reached.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="channel" type="xsd:string">
<xsd:annotation>
<xsd:appinfo>