来源: 1、EasyNetQ手册翻译目录 – 困兽斗 – 博客园
EasyNetQ是一个简单的用于RabbitMQ .NET Client 的API。首先要安装RabbitMQ
- Install Erlang: http://www.erlang.org/download.html
- Install the RabbitMQ server: http://www.rabbitmq.com/download.html
- You’ll probably want to enable the RabbitMQ management API too: http://www.rabbitmq.com/management.html
现在您应该能够登录RabbitMQ管理Web界面 URL:
http://localhost:15672/
有个小例子你可以下载后测试测试:
https://github.com/mikehadlow/EasyNetQTest
下面开始手册目录
3、A Note on Versioning版本控制 —— 4、Installing EasyNetQ如何安装
5、Connecting to RabbitMQ连接到RabbitMQ服务器
6、Connecting with SSL 在EasyNetQ上使用SSL连接
13、Controlling Queue names 控制队列名称
14、Polymorphic Publish and Subscribe 多态发布和订阅
17、Scheduling Events with Future Publish 用Future Publish发布日程事件
17B、Support for Delayed Messages Plugin 对延迟消息插件的支持
21、Re Submitting Error Messages With EasyNetQ.Hosepipe 使用Hosepipe重新提交错误消息
24、Wiring up EasyNetQ with TopShelf and Windsor 让EasyNetQ、TopShelf 和Windsor 一起使用