Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
GH-35 WIP Broken tests due to Bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
rwanderc committed Mar 1, 2021
1 parent f97e85b commit 6a8a178
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public class MultiRabbitBootstrapConfiguration implements ImportBeanDefinitionRe
@Override
public void registerBeanDefinitions(final AnnotationMetadata importingClassMetadata,
final BeanDefinitionRegistry registry) {
registry.removeBeanDefinition(RabbitListenerConfigUtils.RABBIT_LISTENER_ANNOTATION_PROCESSOR_BEAN_NAME);
registry.registerBeanDefinition(RabbitListenerConfigUtils.RABBIT_LISTENER_ANNOTATION_PROCESSOR_BEAN_NAME,
new RootBeanDefinition(MultiRabbitListenerAnnotationBeanPostProcessor.class));
}
Expand Down

0 comments on commit 6a8a178

Please sign in to comment.