dyc87112 / blog-comments

5 stars 1 forks source link

Spring Boot中使用RabbitMQ | 程序猿DD #136

Open dyc87112 opened 6 years ago

dyc87112 commented 6 years ago

http://blog.didispace.com/spring-boot-rabbitmq/

很久没有写Spring Boot的内容了,正好最近在写Spring Cloud Bus的内容,因为内容会有一些相关性,所以先补一篇关于AMQP的整合。 Message Broker与AMQP简介Message Broker是一种消息验证、传输、路由的架构模式,其设计目标主要应用于下面这些场景: 消息路由到一个或多个目

phpfzh commented 6 years ago

fdfd dfdfdf

codeliuyang commented 5 years ago

@Autowired private AmpqTemplate ...; 过时啦,要使用 @Autowired private RabbitTemplate rabbitTemplate;

Holmesus commented 5 years ago

@RabbitListener在方法上才有效

SnowflyW commented 5 years ago

@Holmesus @RabbitListener在方法上才有效

@RabbitListener也支持在类上.