Skip to content

Support for multiple RabbitTemplate beans in the ApplicationContext #12

Open
@sudr

Description

Currently the Spring Boot auto configuration will blow up on applicaiton startup if there is more than one bean of type RabbitTemplate. It would seem useful to support a collection of RabbitTemplate beans instead for applications that have multiple RabbitTemplate beans.

public RabbitMqSendTracingAspect rabbitMqSendTracingAspect(RabbitTemplate rabbitTemplate) {

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestideal-for-contributionAn issue that a contributor can help us with

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions