MQ
lppl010_
这个作者很懒,什么都没留下…
展开
-
RocketMQ消息队列还没入门就想放弃(转)
https://www.jianshu.com/p/dd7ca2d10767 RocketMQ消息队列还没入门就想放弃 FutaoSmile丶 关注2018.10.19 20:32* 字数 1182 阅读 616评论 0喜欢 720170712182011089.gif题外话什么情况下的异步操作需要使用消息队列而不是多线程?消息队列和多线程两者并不冲突,多线...转载 2019-01-11 11:24:02 · 276 阅读 · 0 评论 -
RabbitMq 消息trace Firehose Tracer
https://www.rabbitmq.com/firehose.htmlFirehose TracerSometimes, during development or debugging, it's useful to be able to see every message that is published, and every message that is deliver...转载 2019-05-23 22:42:51 · 354 阅读 · 0 评论 -
Consumer Prefetch
https://www.rabbitmq.com/consumer-prefetch.htmlConsumer prefetch is an extension to theconsumer prefetch mechanism.AMQP 0-9-1 specifies thebasic.qosmethod to make it possible tolimit the nu...转载 2019-05-26 17:50:28 · 142 阅读 · 0 评论 -
rabbitmq 配置 --- Sizing your Rabbits
https://www.rabbitmq.com/blog/2011/09/24/sizing-your-rabbits/Sizing your RabbitsOne of the problems we face at the RabbitMQ HQ is that whilst we may know lots about how the broker works, we don...转载 2019-05-25 23:55:41 · 168 阅读 · 0 评论 -
rabbitmq 生产者创建队列 还是 消费者 创建队列 --- RABBITMQ: WHO CREATES THE QUEUES AND EXCHANGES?
http://gigi.nullneuron.net/gigilabs/rabbitmq-who-creates-the-queues-and-exchanges/RABBITMQ: WHO CREATES THE QUEUES AND EXCHANGES?SEPTEMBER 2, 2017GIGI 4 COMMENTSMessaging is a fundamental pa...转载 2019-05-25 22:58:36 · 5724 阅读 · 3 评论 -
What is the difference between the channel prefetch count and consumer prefetch count?
https://stackoverflow.com/questions/43783714/what-is-the-difference-between-the-channel-prefetch-count-and-consumer-prefetchA recent upgrade to RabbitMQ server sees a change in the prefetch count...转载 2019-05-25 20:55:12 · 268 阅读 · 0 评论 -
RabbitMQ : Exchange Types
https://lostechies.com/derekgreer/2012/03/28/rabbitmq-for-windows-exchange-types/Posts In This SeriesRabbitMQ for Windows: Introduction RabbitMQ for Windows: Building Your First Application R...转载 2019-05-25 14:47:12 · 173 阅读 · 0 评论 -
在CentOS7上安装RabbitMQ
https://www.cnblogs.com/uptothesky/p/6094357.html安装过程参考官网:Installing on RPM-based Linux (RHEL, CentOS, Fedora, openSUSE)首先需要安装erlang,参考:http://fedoraproject.org/wiki/EPEL/FAQ#howtouserpm -...转载 2019-05-08 13:33:17 · 116 阅读 · 0 评论 -
Topic 与 Tag 最佳实践
https://help.aliyun.com/document_detail/95837.html概念Topic 和 Tag 的定义如下: Topic:消息主题,通过 Topic 对不同的业务消息进行分类。 Tag:消息标签,用来进一步区分某个 Topic 下的消息分类,消息队列 RocketMQ 允许消费者按照 Tag 对消息进行过滤,确保消费者最终只消费到他关注...转载 2019-04-07 11:07:52 · 2736 阅读 · 0 评论 -
RocketMQ中Topic、Tag、GroupName的设计初衷
https://my.oschina.net/javamaster/blog/2051703本文主要介绍RocketMQ中Topic、Tag、GroupName的概念、设计初衷以及使用方法。一.Topic 首先看看官方的定义:Topic是生产者在发送消息和消费者在拉取消息的类别。Topic与生产者和消费者之间的关系非常松散。具体来说,一个Topic可能有0...转载 2019-04-06 11:36:06 · 427 阅读 · 0 评论 -
滴滴出行基于RocketMQ构建企业级消息队列服务的实践
http://jm.taobao.org/2018/11/06/%E6%BB%B4%E6%BB%B4%E5%87%BA%E8%A1%8C%E5%9F%BA%E4%BA%8ERocketMQ%E6%9E%84%E5%BB%BA%E4%BC%81%E4%B8%9A%E7%BA%A7%E6%B6%88%E6%81%AF%E9%98%9F%E5%88%97%E6%9C%8D%E5%8A%A1%E7%9A%...转载 2019-03-17 11:03:43 · 314 阅读 · 0 评论 -
rocketmq消息存储概述
https://www.cnblogs.com/chenjunjie12321/p/8260840.html了解消息存储部分首先需要关注的几个方法,load()--Load previously stored messages、start()--Launch this message store、putMessage--Store a(or batch) message into sto...转载 2019-03-17 11:01:06 · 196 阅读 · 0 评论 -
RocketMQ源码分析(一): 索引文件(IndexFile)
https://blog.csdn.net/rodbate/article/details/78763379前引: RocketMQ – 阿里贡献给Apache的消息中间件,现已升级为Apache顶级项目, GITHUB项目地址。一,索引文件(IndexFile)物理结构一个索引文件从整体上可以分为header和其它部分(body)。整个索引文件对应类org.apache.rock...转载 2019-03-12 14:04:58 · 324 阅读 · 0 评论 -
分布式消息队列RocketMQ与Kafka架构上的巨大差异
https://zhuanlan.zhihu.com/p/43353673 分布式消息队列RocketMQ与Kafka架构上的巨大差异Java高级架理想微信公众号“程序员理想”关注可获得助力学习礼包18 人赞了该文章原文来自于CSDN【travi】在讲过几次kafka以后得到不错的反响,所以这篇文章,也是继续讲一讲kafka学习,给大家一个不错的反应我们知道,在...转载 2019-01-27 14:34:44 · 343 阅读 · 0 评论 -
阿里 RocketMQ 优势对比
https://juejin.im/entry/5a0abfb5f265da43062a4a91 为什么选择RocketMQ消息中间件?主流的MQ有很多,比如ActiveMQ、RabbitMQ、RocketMQ、Kafka、ZeroMQ等。之前阿里巴巴也是使用ActiveMQ,随着业务发展,ActiveMQ IO 模块出现瓶颈,后来阿里巴巴 通过一系列优化但是还是不能很好的解决,...转载 2019-01-26 23:02:16 · 8498 阅读 · 1 评论 -
分布式消息队列RocketMQ与Kafka架构上的巨大差异
https://zhuanlan.zhihu.com/p/43353673 分布式消息队列RocketMQ与Kafka架构上的巨大差异Java高级架理想微信公众号“程序员理想”关注可获得助力学习礼包18 人赞了该文章原文来自于CSDN【travi】在讲过几次kafka以后得到不错的反响,所以这篇文章,也是继续讲一讲kafka学习,给大家一个不错的反应我们知道,在...转载 2019-01-25 14:19:42 · 242 阅读 · 0 评论 -
Rocketmq Sql Example
https://rocketmq.apache.org/docs/filter-by-sql92-example/ Filter ExampleIn most cases, tag is a simple and useful design to select message you want. For example:DefaultMQPushConsumer consumer...转载 2019-01-14 10:50:10 · 407 阅读 · 0 评论 -
Tracing RabbitMQ Messages
http://www.mikeobrien.net/blog/tracing-rabbitmq-messagesSometimes it’s helpful to see what is being published and consumed on a RabbitMQ node. RabbitMQ ships with a feature called theFirehose Tr...转载 2019-05-23 22:44:01 · 140 阅读 · 0 评论