Description
Expected Behavior
[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<?>
I will start making a pull request.
fyi @garyrussell