Add reconnection logic to SimpleMessageListenerContainer.

Test for SimpleMessageListenerContainer's ExceptionListener being invoked (SPRNET-542)
This commit is contained in:
markpollack
2008-08-11 21:35:58 +00:00
parent d6a5fd2524
commit 2e55bc71b4

View File

@@ -38,7 +38,6 @@ namespace Spring.Scheduling.Quartz
/// </remarks>
/// <author>Juergen Hoeller</author>
/// <author>Marko Lahma (.NET)</author>
/// <seealso cref="SchedulerFactoryObject#DbProvider" />
/// <seealso cref="ConnectionUtils.GetConnection" />
/// <seealso cref="ConnectionUtils.DisposeConnection" />
public class LocalDataSourceJobStore : JobStoreCMT