From a7840a6f7ed9b22483d8d87c3005aae09a491815 Mon Sep 17 00:00:00 2001 From: Jonathan Robie Date: Mon, 14 Jun 2010 20:21:58 +0000 Subject: Added "Book" templates for creating separate books with subsets of the material from the Wiki. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@954631 13f79535-47bb-0310-9956-ffa450edef68 --- doc/book/src/AMQP-Messaging-Broker-Java-Book.xml | 71 ++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 doc/book/src/AMQP-Messaging-Broker-Java-Book.xml (limited to 'doc/book/src/AMQP-Messaging-Broker-Java-Book.xml') diff --git a/doc/book/src/AMQP-Messaging-Broker-Java-Book.xml b/doc/book/src/AMQP-Messaging-Broker-Java-Book.xml new file mode 100644 index 0000000000..56c984df87 --- /dev/null +++ b/doc/book/src/AMQP-Messaging-Broker-Java-Book.xml @@ -0,0 +1,71 @@ + + + + + AMQP Messaging Broker (Implemented in Java) + + Introduction + Qpid provides two AMQP messaging brokers: + + + Implemented in C++ - high performance, low latency, and RDMA support. + Implemented in Java - Fully JMS compliant, runs on any Java platform. + + + Both AMQP messaging brokers support clients in multiple languages, as long as the messaging client and the messaging broker use the same version of AMQP. See to see which messaging clients work with each broker. + + This manual contains information specific to the broker that is implemented in Java. + + + + General User Guides + + + + + + + + +How Tos + + + + + + + + + + + + + + + + + +Management Tools + + + + -- cgit v1.2.1