Class RedisChannelMessageStore

java.lang.Object
org.springframework.integration.redis.store.RedisChannelMessageStore
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanNameAware, InitializingBean, BasicMessageGroupStore, ChannelMessageStore
Direct Known Subclasses:
RedisChannelPriorityMessageStore

public class RedisChannelMessageStore extends Object implements ChannelMessageStore, BeanNameAware, InitializingBean, BeanClassLoaderAware
Specialized Redis ChannelMessageStore that uses a list to back a QueueChannel.

Requires setBeanName(String) which is used as part of the key.

Since:
4.0
Author:
Gary Russell, Artem Bilan