Add reconnection logic to SimpleMessageListenerContainer.

Test for SimpleMessageListenerContainer's ExceptionListener being invoked (SPRNET-542)
This commit is contained in:
markpollack
2008-08-11 21:25:30 +00:00
parent a79d4769dc
commit d6a5fd2524
3 changed files with 19 additions and 4 deletions

View File

@@ -1266,6 +1266,22 @@ namespace MyApp
important; consider raising it for general
queues.</para></entry>
</row>
<row>
<entry>recovery-interval</entry>
<entry><para>The time interval between connection recovery attempts. The default is 5 seconds.
Specify as a TimeSpan value using Spring's TimeSpanConverter (e.g. 10s, 10m, 3h, etc)
</para></entry>
</row>
<row>
<entry>max-recovery-time</entry>
<entry><para>The maximum time try reconnection attempts. The default is 10 minutes. Specify as a
TimeSpan value using Spring's TimeSpanConverter (e.g. 10s, 10m, 3h, etc)
</para></entry>
</row>
</tbody>
</tgroup>
</table>