Commit 56c5a3de authored by Scott Frederick's avatar Scott Frederick

Disambiguate a class in RabbitMQ CLI sample

Fixes gh-20003
parent ea5dfdec
...@@ -25,8 +25,8 @@ class RabbitExample implements CommandLineRunner { ...@@ -25,8 +25,8 @@ class RabbitExample implements CommandLineRunner {
} }
@Bean @Bean
Queue queue() { org.springframework.amqp.core.Queue queue() {
new Queue("spring-boot", false) new org.springframework.amqp.core.Queue("spring-boot", false)
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment