You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.