From ebfd9ff053b04ab379acfc0fefedee5a31b6d8a5 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Fri, 21 Oct 2011 01:19:00 +0000 Subject: Undo bad merge from trunk - merged at wrong level. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-2519@1187150 13f79535-47bb-0310-9956-ffa450edef68 --- doc/website/example/index.html | 185 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 185 insertions(+) create mode 100644 doc/website/example/index.html (limited to 'doc/website/example/index.html') diff --git a/doc/website/example/index.html b/doc/website/example/index.html new file mode 100644 index 0000000000..308ac94765 --- /dev/null +++ b/doc/website/example/index.html @@ -0,0 +1,185 @@ + + + + + + Apache Qpid: Open Source AMQP Messaging + + + + +
+ + + + +
+
+ +
+

Introduction

+

Enterprise Messaging systems let programs communicate by + exchanging messages, much as people communicate by + exchanging email. Unlike email, enterprise messaging systems + provide guaranteed delivery, speed, security, and freedom + from spam. Until recently, there was no open standard for + Enterprise Messaging systems, so programmers either wrote + their own, or used expensive proprietary systems.

+ +

AMQP Advanced Message + Queuing Protocol 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 + supporting common messaging paradigms like point-to-point, + fanout, publish-subscribe, and request-response.

+ +

Apache Qpid implements the latest AMQP specification, providing + transaction management, queuing, distribution, security, + management, clustering, federation and heterogeneous + multi-platform support and a lot more. And Apache Qpid is + extremely fast. Apache Qpid aims to be 100% AMQP Compliant.

+ +
+
+

AMQP Brokers

+ +
+
+
+ + + +
+

Qpid Management

+ +
+ +
+ +
+ + +
+
+ + + +
+ + -- cgit v1.2.1