From 7bbd90cb5c991f263213c51aa91afa818b709fc7 Mon Sep 17 00:00:00 2001 From: Robert Godfrey Date: Thu, 26 Apr 2012 16:19:39 +0000 Subject: QPID-3722 : Tidy up the document generation. Split docs by book, remove monolithic book, use makefile to build git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1330925 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/java-broker/Java-Broker-Feature-Guide.xml | 84 ++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 qpid/doc/book/src/java-broker/Java-Broker-Feature-Guide.xml (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Feature-Guide.xml') diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Feature-Guide.xml b/qpid/doc/book/src/java-broker/Java-Broker-Feature-Guide.xml new file mode 100644 index 0000000000..bbc2a1aaf0 --- /dev/null +++ b/qpid/doc/book/src/java-broker/Java-Broker-Feature-Guide.xml @@ -0,0 +1,84 @@ + + + +
+ + Java Broker Feature Guide + +
+ + The Qpid pure Java broker currently supports the following + features: + + + All features required by the Sun JMS 1.1 specification, fully + tested + + Transaction support + + Persistence using a pluggable layer + + Pluggable security using SASL + + Management using JMX and an Eclipse Management Console + application + + High performance header-based routing for messages + + Message Priorities + + Configurable logging and log archiving + + Threshold alerting + + ACLs + + Extensively tested on each release, including performance + & reliability testing + + Automatic client failover using configurable connection + properties + + Durable Queues/Subscriptions + + +
+ + Upcoming + features: + + + Flow To Disk + + IP Whitelist + + AMQP 0-10 Support (for interoperability) + + + + +
+ + +
+ +
-- cgit v1.2.1