activemq-artemis/docs/user-manual/zh/preface.xml

69 lines
4.3 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!-- ============================================================================= -->
<!-- Copyright © 2009 Red Hat, Inc. and others. -->
<!-- -->
<!-- The text of and illustrations in this document are licensed by Red Hat under -->
<!-- a Creative Commons AttributionShare Alike 3.0 Unported license ("CC-BY-SA"). -->
<!-- -->
<!-- An explanation of CC-BY-SA is available at -->
<!-- -->
<!-- http://creativecommons.org/licenses/by-sa/3.0/. -->
<!-- -->
<!-- In accordance with CC-BY-SA, if you distribute this document or an adaptation -->
<!-- of it, you must provide the URL for the original version. -->
<!-- -->
<!-- Red Hat, as the licensor of this document, waives the right to enforce, -->
<!-- and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent -->
<!-- permitted by applicable law. -->
<!-- ============================================================================= -->
<chapter id="preface">
<title>前言</title>
<para>什么是ActiveMQ</para>
<itemizedlist>
<listitem>
<para>ActiveMQ 是一个开源的软件项目。它的目标是一个多协议、可嵌入、高性能、可集群的异步消息系统。</para>
</listitem>
<listitem>
<para>ActiveMQ 是一个消息中间件MoM。有关MoM和其它消息相关的概念解释请参见 <xref linkend="messaging-concepts"
/></para>
</listitem>
<listitem>
<para>要了解有关ActiveMQ的更多信息请访问 <ulink url="http://www.jboss.org/community/wiki/ActiveMQGeneralFAQs"></ulink></para>
</listitem>
</itemizedlist>
<para>为什么要使用ActiveMQ 以下给出了几个理由:</para>
<itemizedlist>
<listitem>
<para>ActiveMQ是100%的开源软件。 ActiveMQ 采用 Apache v 2.0开源协议,对用户的限制最小。</para>
</listitem>
<listitem>
<para>ActiveMQ的设计强调可用性。</para>
</listitem>
<listitem>
<para>采用Java语言编写。可以在任何Java 6+ 的平台上运行。这几乎包括了从Windows到IBM mainframes的每个平台。</para>
</listitem>
<listitem>
<para>性能出众。不但对非持久化消息的处理性能达到了非常高的性能。独特高效的日志journal使持久消息处理接近非持久消息的性能。</para>
</listitem>
<listitem>
<para>功能全面。不仅拥有其它成熟消息产品所具有的全部功能,而且还有很多独特的功能。</para>
</listitem>
<listitem>
<para>ActiveMQ的设计遵从了简约的原则。对第三方软件的依赖极少。根据不同的需要
ActiveMQ可以单独运行也可以运行于JEE应用服务器中。它还可以嵌入到你自己的应用程序中。</para>
</listitem>
<listitem>
<para>完美的可获得性。ActiveMQ提供自动客户端失效备援automatic client failover功能能保证在服务器故障时没有消息丢失或消息重复。</para>
</listitem>
<listitem>
<para>超级灵活的集群方案。可以控制集群进行消息负载均衡的方式。分布在不同地理位置的各个集群间可以通过非可靠的网络连接形成一个全球网络。
还可以非常灵活地配置消息路由。</para>
</listitem>
<listitem>
<para>请访问 <ulink
url="http://www.jboss.org/community/wiki/ActiveMQFeatures">wiki
</ulink>来全面了解ActiveMQ的所有功能介绍。</para>
</listitem>
</itemizedlist>
</chapter>