摘要: 阅读全文
posted @ 2021-11-04 14:00 易粤枫 阅读(20) 评论(0) 推荐(0)
摘要: 可参考:https://blog.csdn.net/qq_41712271/article/details/115630402 限流:可查阅 https://blog.csdn.net/qq_41712271/article/details/115634842 消息过期(TTL) 可查看 https 阅读全文
posted @ 2021-11-04 10:20 易粤枫 阅读(37) 评论(0) 推荐(0)
摘要: 消息的可靠投递 确认模式 回退模式 可参考:https://github.com/doocs/advanced-java/blob/master/docs/high-concurrency/how-to-ensure-the-reliable-transmission-of-messages.md 阅读全文
posted @ 2021-11-04 10:14 易粤枫 阅读(22) 评论(0) 推荐(0)
摘要: @Configuration public class RabbitMqConfig { public static final String EXCHANGE_DIRECT_NAME="direct_exchange"; public static final String EXCHANGE_TO 阅读全文
posted @ 2021-11-04 09:53 易粤枫 阅读(49) 评论(0) 推荐(0)
摘要: 1 @SpringBootApplication 2 public class RabbitApplication { 3 4 public static void main(String[] args) { 5 SpringApplication.run(RabbitApplication.cla 阅读全文
posted @ 2021-11-04 09:49 易粤枫 阅读(36) 评论(0) 推荐(0)