一、EasyNetQ手册翻译目录

EasyNetQ是一个简单的用于RabbitMQ .NET Client 的API。首先要安装RabbitMQhtml

  1. Install Erlang: http://www.erlang.org/download.html
  2. Install the RabbitMQ server: http://www.rabbitmq.com/download.html
  3. You'll probably want to enable the RabbitMQ management API too: http://www.rabbitmq.com/management.html

如今您应该可以登陆RabbitMQ管理Web界面 URL:git

http://localhost:15672/

有个小例子你能够下载后测试测试:github

https://github.com/mikehadlow/EasyNetQTest服务器

 

下面开始手册目录post

 

二、Introduction介绍测试

三、A Note on Versioning版本控制 —— 四、Installing EasyNetQ如何安装插件

五、Connecting to RabbitMQ链接到RabbitMQ服务器版本控制

六、Connecting with SSL 在EasyNetQ上使用SSL链接日志

七、Logging日志code

八、Publish发布

九、Subscribe订阅

十、Request Response 请求响应

十一、Send Receive 发送接收

十二、Topic Based Routing 主题路由

1三、Controlling Queue names 控制队列名称

1四、Polymorphic Publish and Subscribe 多态发布和订阅

1五、Versioning Messages 版本化消息

1六、Publisher Confirms 发布者确认

1七、Scheduling Events with Future Publish 用Future Publish发布日程事件

17B、Support for Delayed Messages Plugin 对延迟消息插件的支持

1八、Auto Subscriber 自动订阅

1九、非泛型发布&订阅扩展方法

20、Error Conditions 错误状况

2一、Re Submitting Error Messages With EasyNetQ.Hosepipe 使用Hosepipe从新提交错误消息

2二、The Advanced API 高级API

2三、Cluster Support 集群支持

2四、Wiring up EasyNetQ with TopShelf and Windsor 让EasyNetQ、TopShelf 和Windsor 一块儿使用

2五、Replacing EasyNetQ Components 替换EasyNetQ组件

2六、Using Alternative DI Containers 替换DI容器

相关文章
相关标签/搜索