diff options
| author | Jonathan Robie <jonathan@apache.org> | 2010-02-05 22:24:57 +0000 |
|---|---|---|
| committer | Jonathan Robie <jonathan@apache.org> | 2010-02-05 22:24:57 +0000 |
| commit | 21fbb39e510e668f8dbcf221a8d4ba8c3a84f6b7 (patch) | |
| tree | 379e61f00b45ba0f14891a2bd5eccc9764baf9a9 /qpid/doc/book/src/Java-Broker-Feature-Guide.xml | |
| parent | 6d6211709b3ced93b84b7f834684bd88c8e93b55 (diff) | |
| download | qpid-python-21fbb39e510e668f8dbcf221a8d4ba8c3a84f6b7.tar.gz | |
Changing filename conventions - no more file names with spaces.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@907115 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc/book/src/Java-Broker-Feature-Guide.xml')
| -rw-r--r-- | qpid/doc/book/src/Java-Broker-Feature-Guide.xml | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/qpid/doc/book/src/Java-Broker-Feature-Guide.xml b/qpid/doc/book/src/Java-Broker-Feature-Guide.xml new file mode 100644 index 0000000000..db6ea50927 --- /dev/null +++ b/qpid/doc/book/src/Java-Broker-Feature-Guide.xml @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="utf-8"?> +<chapter xmlns:html="http://www.w3.org/1999/xhtml"> + <title> + Apache Qpid : Java Broker Feature Guide + </title> + <section role="h3" id="JavaBrokerFeatureGuide-TheQpidpureJavabrokercurrentlysupportsthefollowingfeatures-3A"> + <title> + The Qpid pure Java broker currently supports the following + features: + </title> + <itemizedlist> + <listitem><para>All features required by the Sun JMS 1.1 specification, fully + tested + </para></listitem> + <listitem><para>Transaction support + </para></listitem> + <listitem><para>Persistence using a pluggable layer + </para></listitem> + <listitem><para>Pluggable security using SASL + </para></listitem> + <listitem><para>Management using JMX and an Eclipse Management Console + application + </para></listitem> + <listitem><para>High performance header-based routing for messages + </para></listitem> + <listitem><para>Message Priorities + </para></listitem> + <listitem><para>Configurable logging and log archiving + </para></listitem> + <listitem><para>Threshold alerting + </para></listitem> + <listitem><para>ACLs + </para></listitem> + <listitem><para>Extensively tested on each release, including performance + & reliability testing + </para></listitem> + <listitem><para>Automatic client failover using configurable connection + properties + </para></listitem> + <listitem><para>Durable Queues/Subscriptions + </para></listitem> + </itemizedlist> + <section role="h3" id="JavaBrokerFeatureGuide-Upcomingfeatures-3A"> + <title> + Upcoming + features: + </title> + <itemizedlist> + <listitem><para>Flow To Disk + </para></listitem> + <listitem><para>IP Whitelist + </para></listitem> + <listitem><para>AMQP 0-10 Support (for interoperability) + </para></listitem> + </itemizedlist> + + <!--h3--> + </section> + + <!--h3--> + </section> + +</chapter> |
