纯情黑猫

文章
6
资源
0
加入时间
2年10月24天

SpringAMQP

介绍:好处:什么connection:消息队列的连接、channel:服务发送接收消息的通道、Queue:消息队列——>这些你都不需要自己编写入门案例:消息发送与消息接收消息发送package cn.itcast.mq.spring;import org.junit.Test;import org.junit.runner.RunWith;import org.springframework.amqp.rabbit.annotation.EnableRabbit...