INT-2262 - Add reply-timeout to Outbound Gateways

For reference see: https://jira.springsource.org/browse/INT-2262

Add reply-timeout attribute to:

* Amqp Outbound Gateway
* File Outbound Gateway
* Ftp Outbound Gateway
* Sftp Outbound Gateway
* Ws Outbound Gateway

Update Schema Documentation for reply-timeout attribute:

* spring-integration-jpa-2.2.xsd
* spring-integration-jms-2.2.xsd
* spring-integration-jdbc-2.2.xsd
* spring-integration-ip-2.2.xsd
* spring-integration-http-2.2.xsd

Update the *What's new in Spring Integration 2.2* section in the reference manual

INT-2262 - Code Review

* Update copyright year for affected files
* Update author tags for affected files
This commit is contained in:
Gunnar Hillert
2012-07-11 15:58:50 -04:00
committed by Gary Russell
parent 386be70dda
commit b07abcd30c
26 changed files with 374 additions and 117 deletions

View File

@@ -18,6 +18,20 @@
Spring Integration now uses Spring 3.1.
</para>
</section>
<section id="2.2-outbound-gateways">
<title>Outbound Gateways</title>
<para>
The XML Namespace support adds the <emphasis>reply-timeout</emphasis>
attribute to the following <emphasis>Outbound Gateways</emphasis>:
</para>
<itemizedlist>
<listitem>Amqp Outbound Gateway</listitem>
<listitem>File Outbound Gateway</listitem>
<listitem>Ftp Outbound Gateway</listitem>
<listitem>Sftp Outbound Gateway</listitem>
<listitem>Ws Outbound Gateway</listitem>
</itemizedlist>
</section>
<section id="2.2-amqp-11">
<title>Spring-AMQP 1.1</title>
<para>