AMQP消息服务器 RabbitMQ 2.6.1 发布

fmms 13年前
     <p>RabbitMQ 是由 LShift 提供的一个 Advanced Message Queuing Protocol (AMQP) 的开源实现,由以高性能、健壮以及可伸缩性出名的 Erlang 写成,因此也是继承了这些优点。</p>    <p>AMQP 里主要要说两个组件:Exchange 和 Queue (在 AMQP 1.0 里还会有变动),如下图所示,绿色的 X 就是 Exchange ,红色的是 Queue ,这两者都在 Server 端,又称作 Broker ,这部分是 RabbitMQ 实现的,而蓝色的则是客户端,通常有 Producer 和 Consumer 两种类型。<br /> <img title="AMQP消息服务器 RabbitMQ 2.6.1 发布" border="0" alt="AMQP消息服务器 RabbitMQ 2.6.1 发布" src="https://simg.open-open.com/show/4d2fc02c61bbca158794a18e7ef6e590.jpg" width="361" height="76" /><br /> <br /> 项目地址:<a href="/misc/goto?guid=4958188213937280721" target="_blank">http://www.rabbitmq.com/</a><br /> <br /> <span class="truncate_more">RabbitMQ 2.6.1 发布了,该版本修复了 2.6.0 版本中发现的bug,这些bug导致在某些操作系统上无法重启。同时该版本提供了第一个官方的可视化程序拓扑逻辑显示。<br /> <br /> </span></p>    <h2>下载和安装RabbitMQ </h2>    <p class="intro">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 <a href="/misc/goto?guid=4958190090144174536">legitimategrievance@rabbitmq.com</a>! </p>    <h3>RabbitMQ Server</h3>    <p>The latest release is 2.6.1. Get it from the <a href="/misc/goto?guid=4958190090882325346">server download page</a>.</p>    <p>Consult <a href="/misc/goto?guid=4958190091605499664">the archive</a> if you want to download a version of the server other than the above. Consult the <a href="/misc/goto?guid=4958190092337096554">changelog</a> to find out what you'll be missing. </p>    <h3>RabbitMQ Java Client</h3>    <p>The latest release is 2.6.1. Get it from the <a href="/misc/goto?guid=4958190093067491171">Java client download page</a>.</p>    <p>Consult <a href="/misc/goto?guid=4958190093799015740">the archive</a> if you want to download a version of the Java client library other than the above. </p>    <h3>RabbitMQ .NET/C# Client and WCF Binding</h3>    <p>The latest release is 2.6.1. Get it from the <a href="/misc/goto?guid=4958190094529547792">.NET/C# client download page</a>.</p>    <p>Consult <a href="/misc/goto?guid=4958190095259764312">the archive</a> if you want to download a version of the RabbitMQ .NET/C# client library other than the above. </p>    <hr class="pad" />    <h2>Additional Components</h2>    <h3 id="plugins">RabbitMQ Plugins</h3>    <p>We make plugins available for download as binary packages, snapshots and <a href="/misc/goto?guid=4958190095985872791">mercurial</a> repositories. See the <a href="/misc/goto?guid=4958190096722638368">plugins page</a> for more information on using our plugins. </p>    <h3 id="experimental">Experimental Downloads</h3>    <p>Some <a href="/misc/goto?guid=4958190097454945083">experimental downloads</a> are available. </p>    <h3 id="devtools">Community-Contributed Code</h3>    <p>The RabbitMQ community has created a large number of <a href="/misc/goto?guid=4958190098188690245">clients and developer tools</a> covering a variety of platforms and languages. </p>    <p> </p>