Class SimpleJdbcListener

All Implemented Interfaces:
HasPhysicalDestination, IConfigurable, IConfigurationAware, IListener<String>, INamedObject, IPullingListener<String>, IScopeProvider, IXAEnabled, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class SimpleJdbcListener extends JdbcFacade implements IPullingListener<String>
Database Listener that returns a count of messages available, but does not perform any locking or other management of processing messages in parallel.
Author:
Peter Leeuwenburgh