Skip to content

Provide access to stored messages from the ChannelMessageStore API #3429

Open
@mrnst

Description

@mrnst

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);
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions