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
[Simple|Direct]MessageListenerContainer should support the configuration of multiple ContainerCustomizier<?> at a time.
Current Behavior
[Simple|Direct]MessageListenerContainer supports the configuration of exactly one ContainerCustomizier<?> at a time.
Context
I would like to split up my custom configuration requirements accross multiple ContainerCustomizier<?> in order to comply with
seperation of concerns and kiss principle (one customizer for concurrency settings, one customizer for error handling and so on)
This feature request was originally raised here #spring-projects/spring-boot/issues/32617. The prefered solution was discussed there, too: CompositeContainerCustomizer<?>