Class DummyTransactionalStorage<S extends Serializable>

All Implemented Interfaces:
HasApplicationContext, HasName, HasPhysicalDestination, IConfigurable, IMessageBrowser<S>, IScopeProvider, ITransactionalStorage<S>, IXAEnabled, NameAware, org.springframework.context.Lifecycle

@Deprecated(forRemoval=true, since="7.8.0") @ConfigurationWarning("It is no longer necessary to use the DummyTransactionalStorage") public class DummyTransactionalStorage<S extends Serializable> extends JdbcTransactionalStorage<S>
Deprecated, for removal: This API element is subject to removal in a future version.
Class for a messageLog element to be used in combination with a MessageStoreSender who's messages are processed by a MessageStoreListener.
Author:
Jaco de Groot