好久没有写了,最近项目用到RabbitMQ,找了一些资料试验,最后终于成功了,把安装配置的步骤分享给大家。一、Erlang安装具体过程:1.双击otp_win32_R16801.exe(不同版本可能命名字不一样),选择next2.默认安装在C盘,建议程序安装在非系统盘比如D盘(如果安装在C盘可能会出...
分类:
其他好文 时间:
2014-09-02 19:31:45
阅读次数:
466
Routing
(using the .NET client)
Where to get help
If you're having trouble going through this tutorial you can contact usthrough the discussion list or
directly.
In the previou...
分类:
Web程序 时间:
2014-09-02 00:24:44
阅读次数:
320
1、%% 普通队列操作 in(X, 0, {queue, [_] = In, [], 1}) ->{queue, [X], In, 2}; in(X, 0, {queue, In, Out, Len}) when is_list(In), is_list(Out) -> {queue, [X|In], Out, Len + 1}; 优先级队列操作: in(X, ...
分类:
其他好文 时间:
2014-08-31 23:08:32
阅读次数:
562
3 Publish/Subscribe
Sending messages to many consumers at once
Python | Java | Ruby | PHP| C#
Publish/Subscribe
(using the .NET Client)
前面的教程我们已经学习了如何创建工作队列,工作队列背后的假设是每一个任务都被准确地递送...
分类:
Web程序 时间:
2014-08-31 22:58:12
阅读次数:
301
2 Work queues
Distributing tasks among workers
Python | Java | Ruby | PHP| C#
转载请注明出处:jiq?钦's technical Blog
Work Queues
(using the .NET Client)
前面已经介绍过了如何编写程序去发送消息到命名队列,...
分类:
Web程序 时间:
2014-08-31 00:33:00
阅读次数:
363
1 "Hello World!"
The simplest thing that doessomething
Python | Java | Ruby | PHP| C#
Introduction
下面是RabbitMQ的一些术语:RabbitMQ是一个消息代理,实际上它从消息生产者接收消息,然后将其发送到消息消费者,在这之间可以根据特定规则对消息进行路由,缓冲,以...
分类:
Web程序 时间:
2014-08-30 02:24:18
阅读次数:
1169
安装服务(root)step 1:启用EPEL:EPEL是一个Fedora Project 推出的 EPEL(Extra Packages for Enterprise Linux),EPEL是RHEL 的 Fedora 软件仓库,把它添上,你就可以获得 RHEL AS 的高质量、高性能、高可靠性,...
分类:
其他好文 时间:
2014-08-29 12:29:47
阅读次数:
256
Rabbitmq集群高可用RabbitMQ是用erlang开发的,集群非常方便,因为erlang天生就是一门分布式语言,但其本身并不支持负载均衡。Rabbit模式大概分为以下三种:单一模式、普通模式、镜像模式单一模式:最简单的情况,非集群模式。没什么好说的。普通模式:默认的集群模式。对于Queue来...
分类:
其他好文 时间:
2014-08-29 12:28:07
阅读次数:
366
? ~ brew install rabbitmq==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/rabbitmq-3.3.4.mavericks.bottle.tar.gz##################...
分类:
其他好文 时间:
2014-08-25 19:05:04
阅读次数:
231