1.消费者服务引入依赖2.配置yml3.声明常量exchan queue bindingKey4.mq配置类(指定交换机名称,queue名称,通过builder绑定exchan queue 消费者服务的关系)5.监听queue中的消息6.实现业务1.生产者引入依赖2.配置yml4.声明常量exchan queue bindingKey5.队列中的消息是放在内存中,只放id可节省内存资源RabbitMQ界面 1.消费者服务引入依赖 2.配置yml 3.声明常量exchan queue bindingKey 4.mq配置类(指定交换机名称,queue名称,通过builder绑定exchan queue 消费者服务的关系) 5.监听queue中的消息 6.实现业务 1.生产者引入依赖 2.配置yml3. 4.声明常量exchan queue bindingKey 5.队列中的消息是放在内存中,只放id可节省内存资源 RabbitMQ界面