Interface PriorityCapableChannelMessageStore
- All Superinterfaces:
- BasicMessageGroupStore,- ChannelMessageStore
- All Known Implementing Classes:
- JdbcChannelMessageStore,- MongoDbChannelMessageStore,- RedisChannelPriorityMessageStore
A 
ChannelMessageStore that supports the
 notion of message priority. It is left to implementations to determine what
 that means and whether all or a subset of priorities are supported.- Since:
- 4.0
- Author:
- Gary Russell
- 
Method SummaryMethods inherited from interface org.springframework.integration.store.BasicMessageGroupStoreaddMessageToGroup, getMessageGroup, messageGroupSize, pollMessageFromGroup, removeMessageGroup
- 
Method Details- 
isPriorityEnabledboolean isPriorityEnabled()- Returns:
- true if message priority is enabled in this channel message store.
 
 
-