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
AMQP Multi Sources Spring Boot Starter will create multiple sets of `CachingConnectionFactory`, `SimpleRabbitListenerContainerFactory`, `RabbitTemplate`, and `RabbitMessagingTemplate` beans based on the configuration and register them in the Spring container.
177
+
178
+
The naming convention for the bean names is: `sourceName` + `className`. Therefore, the usage is as follows:
Copy file name to clipboardExpand all lines: amqp-multi-source-spring-boot-starter/src/main/java/com/childrengreens/multi/source/RabbitMultiSourcesAnnotationDrivenRegistrar.java
0 commit comments