文章分类 -  消息队列

摘要:JacksonMessageConverter package com.hainei.config; /** * @author: wq * @date: 2024-04-08 17:30 * @description: */ import org.springframework.amqp.core 阅读全文
posted @ 2024-04-08 17:42 wq9
该文被密码保护。
posted @ 2023-06-08 09:47 wq9
摘要:kafka yml server: port: 8033 spring: datasource: master: jdbc-url: jdbc:mysql://58.20.139.19:3306/baseline_yueyang?useUnicode=true&characterEncoding=U 阅读全文
posted @ 2022-09-09 11:08 wq9
摘要:https://blog.csdn.net/m0_67400972/article/details/126074724 阅读全文
posted @ 2022-09-08 10:11 wq9
摘要:https://blog.csdn.net/weixin_43343423/article/details/103382661 添加 @RabbitListener 注解来指定某方法作为消息消费的方法,例如监听某 Queue 里面的消息 MessageConvert涉及网络传输的应用序列化不可避免, 阅读全文
posted @ 2021-08-26 11:28 wq9
摘要:1、前言 因朋友提到参考源码的需求,已经更新至github 教程测试源码:https://github.com/lhmyy521125/rabbitmq-test 上一篇文章我们详细介绍了Queue队列和Message消息,本章节我们主要聊一聊RabbitMQ使用必须考虑的问题,就是消息可靠性!在生 阅读全文
posted @ 2021-08-26 10:39 wq9
摘要:package com.zhetang.config; import com.rabbitmq.client.AMQP; import org.springframework.amqp.core.*; import org.springframework.beans.factory.annotati 阅读全文
posted @ 2021-04-22 11:04 wq9
该文被密码保护。
posted @ 2021-04-13 19:42 wq9
摘要:简言之,就是要先安装erlang,再安装rabbitmq,而且两者之间的版本号要注意。erlang版本低了,rabbitmq会报错。 https://blog.csdn.net/LuuvyJune/article/details/90516891 https://www.cnblogs.com/fe 阅读全文
posted @ 2019-12-29 14:19 wq9