I have tried creating beans in Spring which were defined in earlier versions of Spring core as beans.xml
.
SpringAMQP has a requirement to declare Queue
, Topic Exchange
, and Bindings
as a top-level bean. So how should I ensure that in the bean generated would be top-level without the beans.xml
.
- 积分
0 - 话题
0 - 评论
3217 - 注册排名
1883
These must be in a class annotated with
@Confguration
.