Example usage for org.springframework.integration.store MessageStore interface-usage

List of usage examples for org.springframework.integration.store MessageStore interface-usage

Introduction

In this page you can find the example usage for org.springframework.integration.store MessageStore interface-usage.

Usage

From source file iwein.samples.store.SimpleMessageStore.java

/**
 * Map-based implementation of {@link MessageStore} and {@link MessageGroupStore}. Enforces a maximum capacity for the
 * store.
 * 
 * @author Iwein Fuld
 * @author Mark Fisher

From source file org.springframework.integration.jdbc.store.JdbcMessageStore.java

/**
 * Implementation of {@link MessageStore} using a relational database via JDBC. SQL scripts to create the necessary
 * tables are packaged as <code>org/springframework/integration/jdbc/schema-*.sql</code>, where <code>*</code> is the
 * target database type.
 * <p>
 * If you intend backing a {@link MessageChannel} using a JDBC-based Message Store,

From source file org.springframework.integration.jdbc.JdbcMessageStore.java

/**
 * Implementation of {@link MessageStore} using a relational database via JDBC. SQL scripts to create the necessary
 * tables are packaged as <code>org/springframework/integration/jdbc/schema-*.sql</code>, where <code>*</code> is the
 * target database type.
 *
 * Notice: Starting with Spring Integration 3.0, this class will move to package: