Class DummyTransactionalStorage<S extends Serializable>

All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, HasPhysicalDestination, IConfigurable, IMessageBrowser<S>, IScopeProvider, ITransactionalStorage<S>, IXAEnabled, NameAware, ConfigurableLifecycle, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle

@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