From 7bebe45fe72476fe98b1d391e8fa1de6a1e2c2ef Mon Sep 17 00:00:00 2001 From: Jonathan Robie Date: Thu, 14 Jan 2010 16:55:54 +0000 Subject: The next batch of converted documentation ... git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@899299 13f79535-47bb-0310-9956-ffa450edef68 --- doc/book/src/Java Broker Feature Guide.xml | 63 ++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 doc/book/src/Java Broker Feature Guide.xml (limited to 'doc/book/src/Java Broker Feature Guide.xml') diff --git a/doc/book/src/Java Broker Feature Guide.xml b/doc/book/src/Java Broker Feature Guide.xml new file mode 100644 index 0000000000..db6ea50927 --- /dev/null +++ b/doc/book/src/Java Broker Feature Guide.xml @@ -0,0 +1,63 @@ + + + + Apache Qpid : 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