Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.56 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.56 KB

MQ HTTP C# SDK

Aliyun MQ Documents: http://www.aliyun.com/product/ons

Aliyun MQ Console: https://ons.console.aliyun.com

Use

  1. 下载最新版csharp sdk,解压后将工程导入到VisualStudio,其中Aliyun_MQ_SDK就是sdk所在的目录;
  2. Sample中替换相关的参数

Note

  1. Http consumer only support timer msg (less than 3 days), no matter the msg is produced from http or tcp protocol.
  2. Order is only supported at special server cluster.

Samples (github)

Publish Message

Consume Message

Transaction Message

Publish Order Message

Consume Order Message

Sample (code.aliyun.com)

Publish Message

Consume Message

Transaction Message

Publish Order Message

Consume Order Message