From 86c0087ca434eeb05015c4c184ca24ec63b9ecb8 Mon Sep 17 00:00:00 2001 From: James Strachan Date: Wed, 7 Feb 2007 18:24:33 +0000 Subject: [PATCH] tidied up the pom and basic book structure - now we just need loads of content! :) git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@504636 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-book/pom.xml | 139 +++++++++++++++++--------- activemq-book/src/docbkx/activemq.xml | 105 ++++++++++++++++--- 2 files changed, 183 insertions(+), 61 deletions(-) diff --git a/activemq-book/pom.xml b/activemq-book/pom.xml index 7743d742af..19d4b07ccf 100644 --- a/activemq-book/pom.xml +++ b/activemq-book/pom.xml @@ -1,60 +1,103 @@ - + + + + 4.0.0 + org.apache.activemq - activemq-book - 1.0-SNAPSHOT + activemq-parent + 4.2-SNAPSHOT + + activemq-book pom + ActiveMQ User Guide + The ActiveMQ User Guide which generates HTML, PDF and man pages. - ActiveMQ Book - The ActiveMQ Book + + + agilejava + AgileJava + http://agilejava.com/maven/ + + + + + agilejava + AgileJava + http://agilejava.com/maven/ + + - - - agilejava - AgileJava - http://agilejava.com/maven/ - - - - - agilejava - AgileJava - http://agilejava.com/maven/ - - + + + + com.agilejava.docbkx + docbkx-maven-plugin + + + + generate-html + generate-pdf + generate-manpages + + generate-sources + + + + + org.docbook + docbook-xml + 4.4 + runtime + + + + + + version + ${version} + + - - - - com.agilejava.docbkx - docbkx-maven-plugin - - - - generate-html - generate-pdf - generate-manpages - - generate-sources - - - - - org.docbook - docbook-xml - 4.4 - runtime - - - - - - - Multiple output formats - + + true + + + + + + 0 + 0 + 0 + Helvetica + + + + \ No newline at end of file diff --git a/activemq-book/src/docbkx/activemq.xml b/activemq-book/src/docbkx/activemq.xml index c81bec148d..6f659e6bab 100644 --- a/activemq-book/src/docbkx/activemq.xml +++ b/activemq-book/src/docbkx/activemq.xml @@ -1,27 +1,106 @@ - - - The Apache ActiveMQ Book - - What is Apache ActiveMQ? + + + + + + Apache ActiveMQ - User Guide + 4.2 + + + James + Strachan + + + Brian + McCallister + + + + + 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. + + + + + + + + Introduction + Apache ActiveMQ is the most popular and powerful open source Message - Broker available today. Its hosted at Apache and is distributed under the - Apache Software License (2.0). + Broker available today. Its hosted at Apache and is distributed under the + Apache Software License (2.0). + - Apache ActiveMQ supports +
+ Overview + +
+
+ + + Installing Apache ActiveMQ + + The first thing you need to do is install Apache ActiveMQ from a binary distribution. + - - Getting Started + + Running a Broker - First you will need to download Apache ActiveMQ from the site. - Apache ActiveMQ supports + The most typical deployment of Apache ActiveMQ, particularly if persistent messaging is to be used is for + brokers to be run on the network somewhere. This chapter takes you through running a broker as a stand alone + process. + + + + + + + Using the Java Client + + Apache ActiveMQ fully supports the JMS 1.1 and J2EE 1.4 specifications so feel free to follow any + documentation you have on JMS or J2EE for more background. +