Uses of Class
org.frankframework.jdbc.JdbcTableMessageBrowser
Packages that use JdbcTableMessageBrowser
-
Uses of JdbcTableMessageBrowser in org.frankframework.jdbc
Subclasses of JdbcTableMessageBrowser in org.frankframework.jdbcModifier and TypeClassDescriptionclassJdbcTransactionalStorage<S extends Serializable>Implements a message log (JdbcMessageLog) or error store (JdbcErrorStorage) that uses database table IBISSTORE.classSend messages to the IBISSTORE database table to have them processed exactly-once by another adapter which will read the messages using aMessageStoreListener.