介绍
pom文件引入:
1 | <dependency> |
注解启用:@EnableRabbit
AmqpConfiguration:
1 | import org.springframework.amqp.core.Queue; |
AmqpComponent:
1 |
|
测试类:
1 |
|
dont be shy, just try!
pom文件引入:
1 | <dependency> |
注解启用:@EnableRabbit
AmqpConfiguration:
1 | import org.springframework.amqp.core.Queue; |
AmqpComponent:
1 | @Component |
测试类:
1 | @Autowired |