summaryrefslogtreecommitdiff
path: root/qpid/doc/book/src/java-broker/Java-Broker-Introduction.xml
diff options
context:
space:
mode:
authorAlex Rudyy <orudyy@apache.org>2015-04-15 10:00:55 +0000
committerAlex Rudyy <orudyy@apache.org>2015-04-15 10:00:55 +0000
commitb15e32a943ae269c1c7dae4b2084e2ad87f3940d (patch)
tree8b3206ffa501d186fee43b3cc3ab3ef924b53e3b /qpid/doc/book/src/java-broker/Java-Broker-Introduction.xml
parent0a0baee45ebcff44635907d457c4ff6810b09c87 (diff)
downloadqpid-python-b15e32a943ae269c1c7dae4b2084e2ad87f3940d.tar.gz
QPID-6481: Move java broker docbook into java source tree
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1673703 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Introduction.xml')
-rw-r--r--qpid/doc/book/src/java-broker/Java-Broker-Introduction.xml89
1 files changed, 0 insertions, 89 deletions
diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Introduction.xml b/qpid/doc/book/src/java-broker/Java-Broker-Introduction.xml
deleted file mode 100644
index 1eb33d810e..0000000000
--- a/qpid/doc/book/src/java-broker/Java-Broker-Introduction.xml
+++ /dev/null
@@ -1,89 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE chapter[
-<!ENTITY % entities SYSTEM "commonEntities.xml">
-%entities;
-]>
-<!--
-
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
-
--->
-
-<chapter id="Java-Broker-Introduction">
- <title>Introduction</title>
- <para>The Java Broker is a powerful open-source message broker that implements all versions of the
- <ulink url="http://www.amqp.org"> Advanced Message Queuing Protocol (AMQP)</ulink>. The Java
- Broker is actually one of two message brokers provided by the <ulink
- url="http://qpid.apache.org">Apache Qpid project</ulink>: the Java Broker and the C++
- Broker.</para>
- <para>This document relates to the Java Broker. The <ulink url="&qpidCppBook;">C++ Broker is
- described separately</ulink>.</para>
- <para><emphasis>Headline features</emphasis></para>
- <itemizedlist mark="circle">
- <listitem>
- <para>100% Java implementation - runs on any platform supporting Java 1.7 or higher</para>
- </listitem>
- <listitem>
- <para>Messaging clients support in Java, C++, Python.</para>
- </listitem>
- <listitem>
- <para>JMS 1.1 compliance (Java client).</para>
- </listitem>
- <listitem>
- <para>Persistent and non-persistent (transient) message support</para>
- </listitem>
- <listitem>
- <para>Supports for all common messaging patterns (point-to-point, publish/subscribe, fan-out
- etc).</para>
- </listitem>
- <listitem>
- <para>Transaction support including XA<footnote>
- <para>XA provided when using AMQP 0-10</para>
- </footnote></para>
- </listitem>
- <listitem>
- <para>Supports for all versions of the AMQP protocol</para>
- </listitem>
- <listitem>
- <para>Automatic message translation, allowing clients using different AMQP versions to communicate with each other.</para>
- </listitem>
- <listitem>
- <para>Pluggable authentication architecture with out-of-the-box support for Kerberos, LDAP,
- External, and file-based authentication mechanisms.</para>
- </listitem>
- <listitem>
- <para>Pluggable storage architecture with implementations including <ulink
- url="http://db.apache.org/derby/">Apache Derby</ulink>, <ulink
- url="&oracleBdbProductOverviewUrl;">Oracle BDB JE</ulink><footnote>
- <para>Oracle BDB JE must be downloaded separately.</para>
- </footnote>, and External Database</para>
- </listitem>
- <listitem>
- <para>Web based management interface and programmatic management interfaces via REST and JMX
- APIs.</para>
- </listitem>
- <listitem>
- <para>SSL support</para>
- </listitem>
- <listitem>
- <para>High availability (HA) support.<footnote>
- <para>HA currently only available to users of the optional BDB JE HA based message store.</para>
- </footnote></para>
- </listitem>
- </itemizedlist>
-</chapter>