INT-3254: AMQP inbound-gateway: add reply-timeout

JIRA: https://jira.springsource.org/browse/INT-3254

Attribute was missing from the namespace causing issues
with long-running consumers with async handoff.

Also fix typo in http, ampq and core schemas.
This commit is contained in:
Gary Russell
2014-01-03 16:41:08 -05:00
committed by Artem Bilan
parent acf2ad2229
commit b5bb4a6fc5
8 changed files with 54 additions and 27 deletions

View File

@@ -165,7 +165,7 @@
<xsd:attribute name="reply-timeout" type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[
Used to set the revceiveTimeout on the underlying MessagingTemplate instance
Used to set the receiveTimeout on the underlying MessagingTemplate instance
(org.springframework.integration.core.MessagingTemplate) for receiving messages
from the reply channel. If not specified this propery will default to "1000"
(1 second).