Open
Description
It should be possible to use the public API of ChannelMessageStore
to get access to stored messages without consuming those messages.
The current implementation always yields an empty message group:
/**
* Not fully used. Only wraps the provided group id.
*/
@Override
public MessageGroup getMessageGroup(Object groupId) {
return getMessageGroupFactory().create(groupId);
}