diff options
Diffstat (limited to 'qpid/doc/website/content/index.html')
-rw-r--r-- | qpid/doc/website/content/index.html | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/qpid/doc/website/content/index.html b/qpid/doc/website/content/index.html index 674e74470a..16e96ebc7a 100644 --- a/qpid/doc/website/content/index.html +++ b/qpid/doc/website/content/index.html @@ -20,6 +20,12 @@ --> <div class="main_text_area_body"> <h1>Introduction</h1> + + <p>Apache Qpid™ is a cross-platform Enterprise + Messaging system which implements the Advanced Message Queuing Protocol + (AMQP), providing message brokers written in C++ and + Java, along with clients for C++, Java JMS, .Net, Python, and Ruby.</p> + <p>Enterprise Messaging systems let programs communicate by exchanging messages, much as people communicate by exchanging email. Unlike email, enterprise messaging systems @@ -28,8 +34,7 @@ Enterprise Messaging systems, so programmers either wrote their own, or used expensive proprietary systems.</p> - <p>AMQP <a href="http://www.amqp.org/">Advanced Message - Queuing Protocol</a> is the first open standard for + <p><a href="http://www.amqp.org/">AMQP</a> is the first open standard for Enterprise Messaging. It is designed to support messaging for just about any distributed or business application. Routing can be configured flexibly, easily @@ -43,6 +48,8 @@ extremely fast. Apache Qpid <a href="compatibility.html" title="AMQP compatibility">aims to be 100% AMQP Compliant</a>.</p> + <p>This is a project of the <a href="http://www.apache.org/">Apache Software Foundation.</a></p> + <div class="feature_box"> <div class="feature_box_column1"> <h3>AMQP Brokers</h3> @@ -74,7 +81,7 @@ <li>QMF Python API</li> <li>QMF C++ API </li> <li>Python tools</li> - <li>QMan (QMF<=>JMX)</li> + <li>JMX</li> </ul> </div> <!-- end of feature_box_column --> |