Skip to content

add support for the configuration of multiple ContainerCustomizer at a time #1517

Closed
@rfelgent

Description

@rfelgent

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions