Class DummyTransactionalStorage<S extends Serializable>

All Implemented Interfaces:
HasPhysicalDestination, IConfigurable, IConfigurationAware, IMessageBrowser<S>, INamedObject, IScopeProvider, ITransactionalStorage<S>, IXAEnabled, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Deprecated @ConfigurationWarning("It is no longer necessary to use the DummyTransactionalStorage") public class DummyTransactionalStorage<S extends Serializable> extends JdbcTransactionalStorage<S>
Deprecated.
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