AMQP消息服務器 RabbitMQ 2.6.1 發布

fmms 13年前發布 | 14K 次閱讀 ErLang

RabbitMQ 是由 LShift 提供的一個 Advanced Message Queuing Protocol (AMQP) 的開源實現,由以高性能、健壯以及可伸縮性出名的 Erlang 寫成,因此也是繼承了這些優點。

AMQP 里主要要說兩個組件:Exchange 和 Queue (在 AMQP 1.0 里還會有變動),如下圖所示,綠色的 X 就是 Exchange ,紅色的是 Queue ,這兩者都在 Server 端,又稱作 Broker ,這部分是 RabbitMQ 實現的,而藍色的則是客戶端,通常有 Producer 和 Consumer 兩種類型。
AMQP消息服務器 RabbitMQ 2.6.1 發布

項目地址:http://www.rabbitmq.com/

RabbitMQ 2.6.1 發布了,該版本修復了 2.6.0 版本中發現的bug,這些bug導致在某些操作系統上無法重啟。同時該版本提供了第一個官方的可視化程序拓撲邏輯顯示。

下載和安裝RabbitMQ

Our goal is that you can have a default configuration RabbitMQ server up and running within two minutes of completing your download. If this doesn't happen for you, please let us know at legitimategrievance@rabbitmq.com!

RabbitMQ Server

The latest release is 2.6.1. Get it from the server download page.

Consult the archive if you want to download a version of the server other than the above. Consult the changelog to find out what you'll be missing.

RabbitMQ Java Client

The latest release is 2.6.1. Get it from the Java client download page.

Consult the archive if you want to download a version of the Java client library other than the above.

RabbitMQ .NET/C# Client and WCF Binding

The latest release is 2.6.1. Get it from the .NET/C# client download page.

Consult the archive if you want to download a version of the RabbitMQ .NET/C# client library other than the above.


Additional Components

RabbitMQ Plugins

We make plugins available for download as binary packages, snapshots and mercurial repositories. See the plugins page for more information on using our plugins.

Experimental Downloads

Some experimental downloads are available.

Community-Contributed Code

The RabbitMQ community has created a large number of clients and developer tools covering a variety of platforms and languages.

 

 本文由用戶 fmms 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!