摘要:        
http://www.zouyesheng.com/rabbitmq.html安装基本概念基本形式持久化调度策略5.1. fanout5.2. direct5.3. topic5.4. headers分配策略状态反馈7.1. 信息发布的确认7.2. 消息提取的确认示例: 多消费者, 并行处理示例: ...    阅读全文
        
            posted @ 2015-01-03 14:58
天王星天
阅读(823)
评论(0)
推荐(0)
        
        
            
        
        
摘要:        
来源:http://ityen.com/archives/578一、什么是RabbitMQ?RabbitMQ是实现AMQP(高级消息队列协议)的消息中间件的一种,最初起源于金融系统,用于在分布式系统中存储转发消息,在易用性、扩展性、高可用性等方面表现不俗。消息中间件主要用于组件之间的解耦,消息的发送...    阅读全文
        
            posted @ 2015-01-03 10:16
天王星天
阅读(479)
评论(0)
推荐(0)
        
        
            
        
        
摘要:        
一.Direct Exchange任何发送到Direct Exchange的消息都会被转发到RouteKey中指定的Queue。1.一般情况可以使用rabbitMQ自带的Exchange:”"(该Exchange的名字为空字符串,下文称其为default Exchange)。2.这种模式下不需要将E...    阅读全文
        
            posted @ 2015-01-03 10:15
天王星天
阅读(735)
评论(0)
推荐(0)
        
        
            
        
        
摘要:        
学,以致用。找了半天Node.js下RabbitMQ的库,看上去都不太趁手,直到最后找到了amqp库,看上去倒还不错,照着例子,写了第一个RabbitMQ的客户端。首先,使用 npm install amqp --save 来安装node-amqp库,虽然他推荐使用全局安装,但是不去管它!以下是客户...    阅读全文
        
            posted @ 2015-01-03 10:05
天王星天
阅读(1081)
评论(0)
推荐(0)
        
        
            
        
        
摘要:        
From:http://blog.sina.com.cn/s/blog_4aba0c8b0100p6ho.htmlFrom:http://blog.sina.com.cn/s/blog_4aba0c8b0100p6hb.htmlAMQP.0-10中文版——概述第1章 概述1.1. 本文档的目标这份文...    阅读全文
        
            posted @ 2015-01-03 10:01
天王星天
阅读(838)
评论(0)
推荐(0)
        
        
            
        
        
摘要:        
From:http://www.infoq.com/cn/articles/AMQP-RabbitMQ准备开始高级消息队列协议(AMQP1)是一个异步消息传递所使用的应用层协议规范。作为线路层协议,而不是API(例如JMS2),AMQP客户端能够无视消息的来源任意发送和接受信息。现在,已经有相当一部...    阅读全文
        
            posted @ 2015-01-03 10:00
天王星天
阅读(282)
评论(0)
推荐(0)
        
        
            
        
        
摘要:        
From:http://lostechies.com/derekgreer/2012/05/29/rabbitmq-for-windows-headers-exchanges/RabbitMQ for Windows: Headers ExchangesPosted byDerek GreeronM...    阅读全文
        
            posted @ 2015-01-03 09:59
天王星天
阅读(594)
评论(0)
推荐(0)
        
        
            
        
        
摘要:        
From: http://lostechies.com/derekgreer/2012/05/18/rabbitmq-for-windows-topic-exchanges/RabbitMQ for Windows: Topic ExchangesPosted byDerek GreeronMay ...    阅读全文
        
            posted @ 2015-01-03 09:58
天王星天
阅读(204)
评论(0)
推荐(0)
        
        
            
        
        
摘要:        
From:http://lostechies.com/derekgreer/2012/05/16/rabbitmq-for-windows-fanout-exchanges/PunCha: There is not too much to say about this topic....Rabbit...    阅读全文
        
            posted @ 2015-01-03 09:57
天王星天
阅读(253)
评论(0)
推荐(0)
        
        
            
        
        
摘要:        
From:http://lostechies.com/derekgreer/2012/04/02/rabbitmq-for-windows-direct-exchanges/RabbitMQ for Windows: Direct ExchangesPosted byDerek GreeronApr...    阅读全文
        
            posted @ 2015-01-03 09:56
天王星天
阅读(375)
评论(0)
推荐(0)
        
        
            
        
        
摘要:        
From:http://lostechies.com/derekgreer/2012/03/28/rabbitmq-for-windows-exchange-types/RabbitMQ for Windows: Exchange TypesPosted byDerek GreeronMarch 2...    阅读全文
        
            posted @ 2015-01-03 09:55
天王星天
阅读(325)
评论(0)
推荐(0)
        
        
            
        
        
摘要:        
转自:http://lostechies.com/derekgreer/2012/03/18/rabbitmq-for-windows-hello-world-review/我的心得:1. 在创建ConnectFactory时,我们可以传入主机名、端口号、用户名/密码、虚拟Host等参数。2. 也可...    阅读全文
        
            posted @ 2015-01-03 09:54
天王星天
阅读(530)
评论(0)
推荐(0)
        
        
            
        
        
摘要:        
RabbitMQ for Windows: Building Your First ApplicationPosted byDerek GreeronMarch 7, 2012This is the second installment to the RabbitMQ for Windows ser...    阅读全文
        
            posted @ 2015-01-03 09:53
天王星天
阅读(284)
评论(0)
推荐(0)
        
        
            
        
        
摘要:        
转自:http://lostechies.com/derekgreer/2012/03/05/rabbitmq-for-windows-introduction/RabbitMQ for Windows: IntroductionPosted byDerek GreeronMarch 5, 2012...    阅读全文
        
            posted @ 2015-01-03 09:52
天王星天
阅读(282)
评论(0)
推荐(0)
        
        
            
        
        
摘要:        
因为网上有一篇很好的RMQ的入门帖子http://lostechies.com/derekgreer/tag/rabbitmq/,所以我就不多说了,就说说我目前看了该作者1~5章后,自己的心得。(所以要看懂我写的内容,需要看完那个作者写的1~5章。你可以先跳过这一篇,因为我后面的博文会依次分析该作者...    阅读全文
        
            posted @ 2015-01-03 09:51
天王星天
阅读(243)
评论(0)
推荐(0)
        
        
 
                    
                     
                    
                 
                    
                 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号