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

@@ -3876,7 +3876,7 @@
[OPTIONAL] Specifies the order in which this interceptor will be
added to the existing channel
interceptors (if any).
Negative value (e.g., -2) will signify BEFORE existing iinterceptors (if any). Positive
Negative value (e.g., -2) will signify BEFORE existing interceptors (if any). Positive
value (e.g., 2)
will signify AFTER existing interceptors (if any)
</xsd:documentation>