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:
committed by
Artem Bilan
parent
acf2ad2229
commit
b5bb4a6fc5
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user