Example usage for org.springframework.integration.store AbstractMessageGroupStore subclass-usage

List of usage examples for org.springframework.integration.store AbstractMessageGroupStore subclass-usage

Introduction

In this page you can find the example usage for org.springframework.integration.store AbstractMessageGroupStore subclass-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.mongodb.store.AbstractConfigurableMongoDbMessageStore.java

/**
 * The abstract MongoDB {@link BasicMessageGroupStore} implementation to provide configuration for common options
 * for implementations of this class.
 *
 * @author Artem Bilan
 * @since 4.0

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:

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

/**
 * <p>
 * Channel-specific implementation of {@link MessageGroupStore} using a relational
 * database via JDBC.
 *
 * This message store shall be used for message channels only.