xsd doc comment polish

This commit is contained in:
Mark Fisher
2011-02-01 17:55:13 -05:00
parent 17593f37e9
commit 93369d45fb

View File

@@ -812,9 +812,8 @@ endpoint itself is a Polling Consumer for a channel with a queue.
<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
is a Queue Channel since Queue Channel is the only channel that has the concept capacity. If maximum capacity is reached
the messages will be rejected by the Queue Channel.
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>