spring-integration icon indicating copy to clipboard operation
spring-integration copied to clipboard

AbstractMessageGroupStore.persistentMessageGroupFactory is not overridable while AbstractMessageGroupStore.messageGroupFactory is

Open bratwurzt opened this issue 10 months ago • 3 comments

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.

bratwurzt avatar Aug 30 '23 08:08 bratwurzt