activemq/activemq-book/src/docbkx/activemq.xml

140 lines
4.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
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.
-->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
[
<!ENTITY introduction SYSTEM "introduction.xml">
<!ENTITY installation SYSTEM "installation.xml">
<!ENTITY java-client SYSTEM "java-client.xml">
<!ENTITY running-broker SYSTEM "running-broker.xml">
]>
<book>
<bookinfo>
<title>Apache ActiveMQ</title>
<subtitle>User Guide</subtitle>
<releaseinfo>&version;</releaseinfo>
<authorgroup>
<author>
<firstname>James</firstname>
<surname>Strachan</surname>
</author>
<author>
<firstname>Brian</firstname>
<surname>McCallister</surname>
</author>
</authorgroup>
<legalnotice>
<para>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</para>
<para>http://www.apache.org/licenses/LICENSE-2.0</para>
<para>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.</para>
</legalnotice>
</bookinfo>
<toc></toc>
&introduction;
&installation;
&running-broker;
&java-client;
<chapter id="destination-concepts">
<title>Destinations in ActiveMQ</title>
<para>Discuss the types of destinations and their behavior</para>
</chapter>
<chapter id="basic-configuration">
<title>Basic Configuration</title>
<para>In which we discuss the basic layout and concepts of the xbean XML</para>
</chapter>
<chapter id="destination-policies">
<title>Destination Policy Configuration</title>
<para>In which we discuss destination policies.</para>
</chapter>
<chapter id="persistence">
<title>Persistence</title>
<para>
In which we discuss persistence in the general sense, probably use sections for the
different options.
</para>
</chapter>
<chapter id="transports">
<title>Transports</title>
<para>In which we discuss transports.</para>
</chapter>
<chapter id="networks-of-brokers">
<title>Networks of Brokers</title>
<para>In which we discuss networks of brokers.</para>
</chapter>
<chapter id="using-jmx">
<title>Using JMX</title>
<para>What is doable, and how, via JMX</para>
</chapter>
<chapter id="web-console">
<title>Web Console</title>
<para>Setting up and using the web console.</para>
</chapter>
<chapter id="jms-bridge">
<title>The JMS to JMS Bridge</title>
<para>Using the JMS to JMS Bridge</para>
</chapter>
<chapter id="authentication">
<title>Authentication</title>
<para>Yea!</para>
</chapter>
<chapter id="deployment-example-small">
<title>A Small Deployment</title>
<para>...</para>
</chapter>
<chapter id="deployment-example-multisite">
<title>A Multi-Site Deployment Example</title>
<para>...</para>
</chapter>
<chapter id="message-converters">
<title>Using Message Converters</title>
<para>...</para>
</chapter>
</book>