Disambiguate a class in RabbitMQ CLI sample
Fixes gh-20003
This commit is contained in:
parent
ea5dfdec92
commit
56c5a3de6d
|
|
@ -25,8 +25,8 @@ class RabbitExample implements CommandLineRunner {
|
|||
}
|
||||
|
||||
@Bean
|
||||
Queue queue() {
|
||||
new Queue("spring-boot", false)
|
||||
org.springframework.amqp.core.Queue queue() {
|
||||
new org.springframework.amqp.core.Queue("spring-boot", false)
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue