Open
Description
Expected Behavior
When implementing custom PERSISTENT MessageGroupFactory, I'd like to override persistentMessageGroupFactory the same way as I can override messageGroupFactory
Current Behavior
AbstractMessageGroupStore.persistentMessageGroupFactory is final and fixed to type of SimpleMessageGroupFactory and can't be overridden
Context
How has this issue affected you?
A lot of custom development.
What are you trying to accomplish?
I'm trying to implement custom persistent message group store.
What other alternatives have you considered?
Coding everything myself.
Are you aware of any workarounds?
Yes. I'd like to avoid them.