From da7718ef463775acc7d6fbecf2d64c1bbfc39fd8 Mon Sep 17 00:00:00 2001 From: Justin Ross Date: Tue, 19 Apr 2016 23:11:13 +0000 Subject: QPID-7207: Remove files and components that are obsolete or no longer in use; move doc and packaging pieces to the cpp subtree git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1740032 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/docs/book/src/old/AMQP.xml | 98 +++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 qpid/cpp/docs/book/src/old/AMQP.xml (limited to 'qpid/cpp/docs/book/src/old/AMQP.xml') diff --git a/qpid/cpp/docs/book/src/old/AMQP.xml b/qpid/cpp/docs/book/src/old/AMQP.xml new file mode 100644 index 0000000000..1a609649bb --- /dev/null +++ b/qpid/cpp/docs/book/src/old/AMQP.xml @@ -0,0 +1,98 @@ + + + + + +AMQP (Advanced Message Queueing Protocol + + +AMQP Advanced +Message Queuing Protocol is an open standard designed to +support reliable, high-performance messaging over the Internet. +AMQP can be used for any distributed or business application, and +supports common messaging paradigms like point-to-point, fanout, +publish-subscribe, and request-response. +Apache Qpid implements AMQP, including transaction management, +queuing, clustering, federation, security, management and +multi-platform support. +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. +Apache Qpid is highly optimized, and aims to be 100% AMQP Compliant. + +
+Download the AMQP Specifications + + +AMQP version 0-10 +AMQP 0-10 Specification (PDF) +AMQP 0-10 Protocol Definition XML +AMQP 0-10 Protocol Definition DTD + + + + +AMQP version 0-9-1 +AMQP 0-9-1 Specification (PDF) +AMQP 0-9-1 Protocol Documentation (PDF) +AMQP 0-9-1 Protocol Definitions (XML) + + + + +AMQP version 0-9 +AMQP 0-9 Specification (PDF) +AMQP 0-9 Protocol Documentation (PDF) +AMQP 0-9 Protocol Definitions (XML) + + + + +AMQP version 0-8 +AMQP 0-8 Specification (PDF) +AMQP 0-8 Protocol Documentation (PDF) +AMQP 0-8 Protocol Definitions (XML) + +
+ +
-- cgit v1.2.1