http://git-wip-us.apache.org/repos/asf/activemq-6/blob/4245a6b4/docs/eap-manual/pom.xml
----------------------------------------------------------------------
diff --git a/docs/eap-manual/pom.xml b/docs/eap-manual/pom.xml
deleted file mode 100644
index d586aeb..0000000
--- a/docs/eap-manual/pom.xml
+++ /dev/null
@@ -1,309 +0,0 @@
-<?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.
-  -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-       
-       <modelVersion>4.0.0</modelVersion>
-       <groupId>org.jboss.project</groupId>
-       <artifactId>${docname}-${translation}</artifactId>
-       <version>1.0</version>
-       <packaging>jdocbook</packaging>
-       <name>${bookname}-(${translation})</name>
-
-  <properties>
-    <translation>en</translation>
-    <docname>ActiveMQ_EAP_Manual</docname>
-    <bookname>ActiveMQ EAP Manual</bookname>
-  </properties> 
-
-  <repositories>
-      <repository>
-          <id>jboss-public-repository-group</id>
-          <name>JBoss Public Maven Repository Group</name>
-          <url>https://repository.jboss.org/nexus/content/groups/public/</url>
-          <layout>default</layout>
-          <releases>
-            <enabled>true</enabled>
-            <updatePolicy>never</updatePolicy>
-          </releases>
-          <snapshots>
-            <enabled>true</enabled>
-            <updatePolicy>never</updatePolicy>
-          </snapshots>
-      </repository>
-  </repositories>
-  <pluginRepositories>
-    <pluginRepository>
-          <id>jboss-public-repository-group</id>
-          <name>JBoss Public Maven Repository Group</name>
-          <url>https://repository.jboss.org/nexus/content/groups/public/</url>
-          <layout>default</layout>
-          <releases>
-            <enabled>true</enabled>
-          </releases>
-          <snapshots>
-            <enabled>true</enabled>
-          </snapshots>
-    </pluginRepository>
-    <!--pluginRepository>
-          <id>jboss-snapshot-repository-group</id>
-          <name>JBoss Snapshot Maven Repository Group</name>
-          
<url>https://repository.jboss.org/nexus/content/groups/snapshot/</url>
-          <layout>default</layout>
-          <releases>
-            <enabled>true</enabled>
-          </releases>
-          <snapshots>
-            <enabled>true</enabled>
-          </snapshots>
-    </pluginRepository-->
- </pluginRepositories>
-  
-  <profiles>
-
-    <!-- mvn compile -->
-    <profile>
-      <id>all</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
-      <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.jboss.maven.plugins</groupId>
-                               <artifactId>maven-jdocbook-plugin</artifactId>
-                               <version>2.2.1</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                 <formats>
-                                       <format>
-                                         <formatName>pdf</formatName>
-                                               
<stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
-                                               
<finalName>${docname}.pdf</finalName>
-                                       </format>
-                                         <format>
-                                           <formatName>html</formatName>
-                                                 
<stylesheetResource>classpath:/xslt/org/jboss/xhtml.xsl</stylesheetResource>
-                                                 
<finalName>index.html</finalName>
-                                         </format>
-                                       <format>
-                                         <formatName>html_single</formatName>
-                                               
<stylesheetResource>classpath:/xslt/org/jboss/xhtml-single.xsl</stylesheetResource>
-                                               
<finalName>index.html</finalName>
-                                       </format>
-                                       </formats>
-                                       </configuration>
-                               </plugin>
-                               </plugins>
-                       </build>
-               </profile>
-
-    <!-- mvn compile -Phtml -->
-    <profile>
-      <id>html</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-      </activation>
-      <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.jboss.maven.plugins</groupId>
-                               <artifactId>maven-jdocbook-plugin</artifactId>
-                               <version>2.2.1</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                 <formats>
-                                         <format>
-                                           <formatName>html</formatName>
-                                                 
<stylesheetResource>classpath:/xslt/org/jboss/xhtml.xsl</stylesheetResource>
-                                                 
<finalName>index.html</finalName>
-                                         </format>
-                                       </formats>
-                                       </configuration>
-                               </plugin>
-                               </plugins>
-                       </build>
-               </profile>
-
-    <!-- mvn compile -Phtml-single -->
-    <profile>
-      <id>html-single</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-      </activation>
-      <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.jboss.maven.plugins</groupId>
-                               <artifactId>maven-jdocbook-plugin</artifactId>
-                               <version>2.2.1</version>
-                               <extensions>true</extensions>
-                               </plugin>
-                               </plugins>
-                       </build>
-               </profile>
-
-    <!-- mvn compile -Ppdf -->
-    <profile>
-      <id>pdf</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-      </activation>
-      <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.jboss.maven.plugins</groupId>
-                               <artifactId>maven-jdocbook-plugin</artifactId>
-                               <version>2.1.0</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                 <formats>
-                                       <format>
-                                         <formatName>pdf</formatName>
-                                               
<stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
-                                               
<finalName>${docname}.pdf</finalName>
-                                       </format>
-                                       </formats>
-                                       </configuration>
-                               </plugin>
-                               </plugins>
-                       </build>
-               </profile>
-
-  </profiles>
-   <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                          <groupId>org.jboss.maven.plugins</groupId>
-                          <artifactId>maven-jdocbook-plugin</artifactId>
-                          <version>2.2.1</version>
-                          <extensions>true</extensions>
-                          <dependencies>
-                             <dependency>
-                                <groupId>org.jboss.pressgang</groupId>
-                                <artifactId>pressgang-xslt</artifactId>
-                                <version>1.2.0</version>
-                             </dependency>
-                             <dependency>
-                                <groupId>org.jboss</groupId>
-                                
<artifactId>jbossorg-jdocbook-style</artifactId>
-                                <version>1.1.1</version>
-                                <type>jdocbook-style</type>
-                             </dependency>
-                          </dependencies>
-                          <configuration>
-                             
<sourceDirectory>${project.basedir}</sourceDirectory>
-                             
<sourceDocumentName>${docname}.xml</sourceDocumentName>
-                             <masterTranslation>en</masterTranslation>
-                             <imageResource>
-                                <directory>${project.basedir}/en</directory>
-                                <includes>
-                                   <include>images/*.png</include>
-                                </includes>
-                             </imageResource>
-                             <formats>
-                                <format>
-                                   <formatName>pdf</formatName>
-                                   
<stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
-                                   <finalName>${pdf.name}</finalName>
-                                </format>
-                                <format>
-                                   <formatName>html</formatName>
-                                   
<stylesheetResource>classpath:/xslt/org/jboss/xhtml.xsl</stylesheetResource>
-                                   <finalName>index.html</finalName>
-                                </format>
-                                <format>
-                                   <formatName>html_single</formatName>
-                                   
<stylesheetResource>classpath:/xslt/org/jboss/xhtml-single.xsl</stylesheetResource>
-                                   <finalName>index.html</finalName>
-                                </format>
-                             </formats>
-                             <options>
-                                               
<xincludeSupported>true</xincludeSupported>
-                                               
<xmlTransformerType>saxon</xmlTransformerType>
-                                               
<docbookVersion>1.72.0</docbookVersion>
-                                               
<localeSeparator>-</localeSeparator>
-                                               <transformerParameters>
-                                                       <property>
-                                                               
<name>javax.xml.parsers.DocumentBuilderFactory</name>
-                                                               
<value>org.apache.xerces.jaxp.DocumentBuilderFactoryImpl</value>
-                                                       </property>
-                                                       <property>
-                                                               
<name>javax.xml.parsers.SAXParserFactory</name>
-                                                               
<value>org.apache.xerces.jaxp.SAXParserFactoryImpl</value>
-                                                       </property>
-                                               </transformerParameters>
-                             </options>
-                          </configuration>
-                       </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
-       <!--<build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.jboss.maven.plugins</groupId>
-                               <artifactId>maven-jdocbook-plugin</artifactId>
-                               <version>2.2.1</version>
-                               <extensions>true</extensions>
-                               <dependencies>
-                                       <dependency>
-                  <groupId>org.jboss.pressgang</groupId>
-                  <artifactId>pressgang-xslt</artifactId>
-                  <version>1.2.0</version>
-               </dependency>
-                                       <dependency>
-                                               <groupId>org.jboss</groupId>
-                                               
<artifactId>jbossorg-jdocbook-style</artifactId>
-                                               <version>1.1.1</version>
-                                               <type>jdocbook-style</type>
-                                       </dependency>
-                               </dependencies>
-                               <configuration>
-                        <sourceDocumentName>${docname}.xml</sourceDocumentName>
-                                 <sourceDirectory>.</sourceDirectory>
-                                 <imageResource>
-                                         <directory>${translation}</directory>
-                                         <includes>
-                                                 <include>images/*</include>
-                                         </includes>
-                                 </imageResource>
-                                 <options>
-                                         
<xincludeSupported>true</xincludeSupported>
-                                         
<xmlTransformerType>saxon</xmlTransformerType>
-                               <transformerParameters>
-                                 <property>
-                                         
<name>javax.xml.parsers.DocumentBuilderFactory</name>
-                                               
<value>org.apache.xerces.jaxp.DocumentBuilderFactoryImpl</value>
-                                       </property>
-                                       <property>
-                                               
<name>javax.xml.parsers.SAXParserFactory</name>
-                                               
<value>org.apache.xerces.jaxp.SAXParserFactoryImpl</value>
-                                       </property>
-                               </transformerParameters>
-                       </options>
-                         </configuration>
-                 </plugin>
-                 
-         </plugins>
-  </build>-->
-
-</project>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/4245a6b4/docs/pom.xml
----------------------------------------------------------------------
diff --git a/docs/pom.xml b/docs/pom.xml
deleted file mode 100644
index 183b3ca..0000000
--- a/docs/pom.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-<!--
-  ~ 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.
-  -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-   <modelVersion>4.0.0</modelVersion>
-
-   <parent>
-      <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-pom</artifactId>
-      <version>6.0.0-SNAPSHOT</version>
-   </parent>
-
-   <groupId>org.apache.activemq.docs</groupId>
-   <artifactId>activemq-docs</artifactId>
-   <packaging>pom</packaging>
-   <name>ActiveMQ6 Documentation</name>
-
-   <properties>
-      <skipLicenseCheck>true</skipLicenseCheck>
-      <skipStyleCheck>true</skipStyleCheck>
-   </properties>
-
-   <modules>
-      <module>user-manual</module>
-      <module>quickstart-guide</module>
-   </modules>
-
-   <build>
-      <plugins>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-deploy-plugin</artifactId>
-            <configuration>
-               <skip>true</skip>
-            </configuration>
-         </plugin>
-      </plugins>
-   </build>
-
-</project>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/4245a6b4/docs/quickstart-guide/en/ActiveMQ_QuickStart_Guide.ent
----------------------------------------------------------------------
diff --git a/docs/quickstart-guide/en/ActiveMQ_QuickStart_Guide.ent 
b/docs/quickstart-guide/en/ActiveMQ_QuickStart_Guide.ent
deleted file mode 100644
index 2d68887..0000000
--- a/docs/quickstart-guide/en/ActiveMQ_QuickStart_Guide.ent
+++ /dev/null
@@ -1,5 +0,0 @@
-<!ENTITY PRODUCT "ActiveMQ">
-<!ENTITY BOOKID "ActiveMQ_QuickStart_Guide">
-<!ENTITY YEAR "2011">
-<!ENTITY HOLDER "Red Hat Inc.">
-<!ENTITY semi ";">

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/4245a6b4/docs/quickstart-guide/en/ActiveMQ_QuickStart_Guide.xml
----------------------------------------------------------------------
diff --git a/docs/quickstart-guide/en/ActiveMQ_QuickStart_Guide.xml 
b/docs/quickstart-guide/en/ActiveMQ_QuickStart_Guide.xml
deleted file mode 100644
index 0dac31a..0000000
--- a/docs/quickstart-guide/en/ActiveMQ_QuickStart_Guide.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
-<!ENTITY % BOOK_ENTITIES SYSTEM "ActiveMQ_QuickStart_Guide.ent">
-%BOOK_ENTITIES;
-
-]>
-<book>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="Book_Info.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="notice.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="about.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="introduction.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="download.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="installation.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="running.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="examples.xml"/>
-</book>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/4245a6b4/docs/quickstart-guide/en/Author_Group.xml
----------------------------------------------------------------------
diff --git a/docs/quickstart-guide/en/Author_Group.xml 
b/docs/quickstart-guide/en/Author_Group.xml
deleted file mode 100644
index 43a10c3..0000000
--- a/docs/quickstart-guide/en/Author_Group.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
-<!ENTITY % BOOK_ENTITIES SYSTEM "ActiveMQ_QuickStart_Guide.ent">
-%BOOK_ENTITIES;
-]>
-<authorgroup>
-  <author>
-    <firstname>Clebert</firstname>
-    <surname>Suconic</surname>
-    <affiliation>
-      <shortaffil>Red Hat, Inc.</shortaffil>
-      <jobtitle>Project Lead</jobtitle>
-      <orgdiv>JBoss</orgdiv>
-    </affiliation>
-    <email>csuco...@redhat.com</email>
-  </author>
-  <author>
-    <firstname>Andy</firstname>
-    <surname>Taylor</surname>
-    <affiliation>
-      <shortaffil>Red Hat, Inc.</shortaffil>
-      <jobtitle>Core Developer</jobtitle>
-      <orgdiv>JBoss</orgdiv>
-    </affiliation>
-    <email>atay...@redhat.com</email>
-  </author>
-  <author>
-    <firstname>Tim</firstname>
-    <surname>Fox</surname>
-  </author>
-  <author>
-    <firstname>Jeff</firstname>
-    <surname>Mesnil</surname>
-  </author>
-  <author>
-    <firstname>Howard</firstname>
-    <surname>Gao</surname>
-    <affiliation>
-      <shortaffil>Red Hat, Inc.</shortaffil>
-      <jobtitle>Core Developer</jobtitle>
-      <orgdiv>JBoss</orgdiv>
-    </affiliation>
-    <email>ghow...@redhat.com</email>
-  </author>
-</authorgroup>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/4245a6b4/docs/quickstart-guide/en/Book_Info.xml
----------------------------------------------------------------------
diff --git a/docs/quickstart-guide/en/Book_Info.xml 
b/docs/quickstart-guide/en/Book_Info.xml
deleted file mode 100644
index 22a9c62..0000000
--- a/docs/quickstart-guide/en/Book_Info.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- This document was created with Syntext Serna Free. --><!DOCTYPE bookinfo 
PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
-<!ENTITY % BOOK_ENTITIES SYSTEM "ActiveMQ_QuickStart_Guide.ent">
-%BOOK_ENTITIES;
-]>
-<bookinfo id="ActiveMQ_QuickStart_Guide">
-  <title>ActiveMQ QuickStart Guide</title>
-  <subtitle>Putting the buzz in messaging</subtitle>
-  <productname>ActiveMQ</productname>
-  <edition>2.1.0</edition>
-  <pubsnumber>1</pubsnumber>
-  <abstract>
-    <para>This Quickstart guide will help you get ActiveMQ up and running in a 
few minutes and will explain the basics needed
-    to get started.</para>
-  </abstract>
-  <corpauthor>
-    <inlinemediaobject>
-      <imageobject>
-        <imagedata fileref="images/hornetQ_logo_600px.png" format="PNG"/>
-      </imageobject>
-      <textobject>
-        <phrase>ActiveMQ Logo</phrase>
-      </textobject>
-    </inlinemediaobject>
-  </corpauthor>
-  <copyright>
-    <year>&YEAR;</year>
-    <holder>&HOLDER;</holder>
-  </copyright>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="Author_Group.xml"/>
-</bookinfo>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/4245a6b4/docs/quickstart-guide/en/README.md
----------------------------------------------------------------------
diff --git a/docs/quickstart-guide/en/README.md 
b/docs/quickstart-guide/en/README.md
new file mode 100644
index 0000000..d1b4e1f
--- /dev/null
+++ b/docs/quickstart-guide/en/README.md
@@ -0,0 +1,4 @@
+ActiveMQ Quick Start Manual
+====================
+
+How to get started with ActiveMQ
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/4245a6b4/docs/quickstart-guide/en/SUMMARY.md
----------------------------------------------------------------------
diff --git a/docs/quickstart-guide/en/SUMMARY.md 
b/docs/quickstart-guide/en/SUMMARY.md
new file mode 100644
index 0000000..0740ee4
--- /dev/null
+++ b/docs/quickstart-guide/en/SUMMARY.md
@@ -0,0 +1,7 @@
+* [Legal Notice](notice.md)
+* [Introduction](introduction.md)
+* [About](about.md)
+* [Download](download.md)
+* [Installation](installation.md)
+* [Running](running.md)
+* [Examples](examples.md)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/4245a6b4/docs/quickstart-guide/en/about.md
----------------------------------------------------------------------
diff --git a/docs/quickstart-guide/en/about.md 
b/docs/quickstart-guide/en/about.md
new file mode 100644
index 0000000..4d25f94
--- /dev/null
+++ b/docs/quickstart-guide/en/about.md
@@ -0,0 +1,49 @@
+About ActiveMQ
+==============
+
+What is ActiveMQ?
+
+-   ActiveMQ is an open source project to build a multi-protocol,
+    embeddable, very high performance, clustered, asynchronous messaging
+    system.
+
+-   For answers to more questions about what ActiveMQ is and what it
+    isn't please visit the [FAQs wiki
+    page](http://www.jboss.org/community/wiki/ActiveMQGeneralFAQs).
+
+Why use ActiveMQ? Here are just a few of the reasons:
+
+-   100% open source software. ActiveMQ is licenced using the Apache
+    Software License v2.0 to minimise barriers to adoption.
+
+-   ActiveMQ is designed with usability in mind.
+
+-   Written in Java. Runs on any platform with a Java 6+ runtime, that's
+    everything from Windows desktops to IBM mainframes.
+
+-   Amazing performance. Our class beating high performance journal
+    provides persistent messaging performance at rates normally seen for
+    non persistent messaging, our non persistent messaging performance
+    rocks the boat too.
+
+-   Full feature set. All the features you'd expect in any serious
+    messaging system, and others you won't find anywhere else.
+
+-   Elegant, clean-cut design with minimal third party dependencies. Run
+    ActiveMQ stand-alone, run it in integrated in your favourite JEE
+    application server, or run it embedded inside your own product. It's
+    up to you.
+
+-   Seamless high availability. We provide a HA solution with automatic
+    client failover so you can guarantee zero message loss or
+    duplication in event of server failure.
+
+-   Hugely flexible clustering. Create clusters of servers that know how
+    to load balance messages. Link geographically distributed clusters
+    over unreliable connections to form a global network. Configure
+    routing of messages in a highly flexible way.
+
+-   For a full list of features, please see the [features wiki
+    page](http://www.jboss.org/community/wiki/ActiveMQFeatures) .
+
+

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/4245a6b4/docs/quickstart-guide/en/about.xml
----------------------------------------------------------------------
diff --git a/docs/quickstart-guide/en/about.xml 
b/docs/quickstart-guide/en/about.xml
deleted file mode 100644
index 800c190..0000000
--- a/docs/quickstart-guide/en/about.xml
+++ /dev/null
@@ -1,83 +0,0 @@
-<?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 chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
-<!ENTITY % BOOK_ENTITIES SYSTEM "ActiveMQ_QuickStart_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<chapter id="about">
-   <title>About ActiveMQ</title>
-    <para>What is ActiveMQ?</para>
-    <itemizedlist>
-        <listitem>
-            <para>ActiveMQ is an open source project to build a 
multi-protocol, embeddable, very high
-                performance, clustered, asynchronous messaging system.</para>
-        </listitem>
-        <listitem>
-            <para>For answers to more questions about what ActiveMQ is and 
what it isn't please visit
-                the <ulink 
url="http://www.jboss.org/community/wiki/ActiveMQGeneralFAQs";>FAQs wiki
-                    page</ulink>.</para>
-        </listitem>
-    </itemizedlist>
-    <para>Why use ActiveMQ? Here are just a few of the reasons:</para>
-    <itemizedlist>
-        <listitem>
-            <para>100% open source software. ActiveMQ is licenced using the 
Apache Software License v2.0
-                to minimise barriers to adoption.</para>
-        </listitem>
-        <listitem>
-            <para>ActiveMQ is designed with usability in mind.</para>
-        </listitem>
-        <listitem>
-            <para>Written in Java. Runs on any platform with a Java 6+ 
runtime, that's everything
-                from Windows desktops to IBM mainframes.</para>
-        </listitem>
-        <listitem>
-            <para>Amazing performance. Our class beating high performance 
journal provides persistent
-                messaging performance at rates normally seen for non 
persistent messaging, our non
-                persistent messaging performance rocks the boat too.</para>
-        </listitem>
-        <listitem>
-            <para>Full feature set. All the features you'd expect in any 
serious messaging system,
-                and others you won't find anywhere else.</para>
-        </listitem>
-        <listitem>
-            <para>Elegant, clean-cut design with minimal third party 
dependencies. Run ActiveMQ
-                stand-alone, run it in integrated in your favourite JEE 
application server, or run
-                it embedded inside your own product. It's up to you.</para>
-        </listitem>
-        <listitem>
-            <para>Seamless high availability. We provide a HA solution with 
automatic client
-                failover so you can guarantee zero message loss or duplication 
in event of server
-                failure.</para>
-        </listitem>
-        <listitem>
-            <para>Hugely flexible clustering. Create clusters of servers that 
know how to load
-                balance messages. Link geographically distributed clusters 
over unreliable
-                connections to form a global network. Configure routing of 
messages in a highly
-                flexible way.</para>
-        </listitem>
-        <listitem>
-            <para>For a full list of features, please see the <ulink
-                
url="http://www.jboss.org/community/wiki/ActiveMQFeatures";>features wiki
-                page</ulink> .</para>
-        </listitem>
-    </itemizedlist>
-</chapter>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/4245a6b4/docs/quickstart-guide/en/download.md
----------------------------------------------------------------------
diff --git a/docs/quickstart-guide/en/download.md 
b/docs/quickstart-guide/en/download.md
new file mode 100644
index 0000000..7b3c08f
--- /dev/null
+++ b/docs/quickstart-guide/en/download.md
@@ -0,0 +1,36 @@
+Download
+========
+
+The official ActiveMQ project page is <http://activemq.org/>.
+
+Software Download
+=================
+
+The software can be download from the Download
+page:<http://activemq.org/downloads.html>
+
+Project Information
+===================
+
+-   Please take a look at our project
+    [wiki](http://www.jboss.org/community/wiki/ActiveMQ)
+
+-   If you have any user questions please use our [user
+    forum](https://community.jboss.org/en/activemq)
+
+-   If you have development related questions, please use our [developer
+    forum](http://www.jboss.org/index.html?module=bb&op=viewforum&f=313)
+
+-   Pop in and chat to us in our [IRC
+    channel](irc://irc.freenode.net:6667/activemq)
+
+-   Our project [blog](http://activemq.blogspot.com/)
+
+-   Follow us on [twitter](http://twitter.com/activemq)
+
+-   ActiveMQ Git repository is <https://github.com/activemq/activemq>
+
+-   All release tags are available from
+    <https://github.com/activemq/activemq/tags>
+
+

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/4245a6b4/docs/quickstart-guide/en/download.xml
----------------------------------------------------------------------
diff --git a/docs/quickstart-guide/en/download.xml 
b/docs/quickstart-guide/en/download.xml
deleted file mode 100644
index 6c8b9c2..0000000
--- a/docs/quickstart-guide/en/download.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-<?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 chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
-<!ENTITY % BOOK_ENTITIES SYSTEM "ActiveMQ_QuickStart_Guide.ent">
-%BOOK_ENTITIES;
-]>
-<chapter id="download">
-   <title>Download</title>
-   <para>The official ActiveMQ project page is <ulink 
url="http://activemq.org/";
-         >http://activemq.org/</ulink>.</para>
-   <section id="download.software">
-      <title>Software Download</title>
-      <para>The software can be download from the Download page:<ulink
-            url="http://activemq.org/downloads.html";
-         >http://activemq.org/downloads.html</ulink></para>
-   </section>
-   <section id="download.git">
-      <title>Project Information</title>
-      <para>
-         <itemizedlist>
-            <listitem>
-               <para>Please take a look at our project <ulink
-                     
url="http://www.jboss.org/community/wiki/ActiveMQ";>wiki</ulink></para>
-            </listitem>
-            <listitem>
-               <para>If you have any user questions please use our <ulink
-                     url="https://community.jboss.org/en/activemq";>user
-                     forum</ulink></para>
-            </listitem>
-            <listitem>
-               <para>If you have development related questions, please use our 
<ulink
-                     
url="http://www.jboss.org/index.html?module=bb&amp;op=viewforum&amp;f=313";
-                     >developer forum</ulink></para>
-            </listitem>
-            <listitem>
-               <para>Pop in and chat to us in our <ulink 
url="irc://irc.freenode.net:6667/activemq"
-                     >IRC channel</ulink></para>
-            </listitem>
-            <listitem>
-               <para>Our project <ulink 
url="http://activemq.blogspot.com/";>blog</ulink></para>
-            </listitem>
-            <listitem>
-               <para>Follow us on <ulink 
url="http://twitter.com/activemq";>twitter</ulink></para>
-            </listitem>
-            <listitem>
-               <para>ActiveMQ Git repository is <ulink
-                     url="https://github.com/activemq/activemq";
-                     >https://github.com/activemq/activemq</ulink></para>
-            </listitem>
-            <listitem>
-               <para>All release tags are available from <ulink
-                     url="https://github.com/activemq/activemq/tags";
-                     >https://github.com/activemq/activemq/tags</ulink></para>
-            </listitem>
-         </itemizedlist>
-      </para>
-   </section>
-</chapter>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/4245a6b4/docs/quickstart-guide/en/examples.md
----------------------------------------------------------------------
diff --git a/docs/quickstart-guide/en/examples.md 
b/docs/quickstart-guide/en/examples.md
new file mode 100644
index 0000000..5b84747
--- /dev/null
+++ b/docs/quickstart-guide/en/examples.md
@@ -0,0 +1,314 @@
+Running the Examples
+====================
+
+In the directory `examples` there are 2 sets of examples, these are
+
+-   JMS Examples - these demonstrate functionality while sending and
+    consumng JMS messages.
+
+-   Java EE Examples - these demonstrate application server integration,
+    e.g. MDBs, EJBs, Servlets, etc.
+
+The JMS examples
+================
+
+The JMS Examples all follow the same format. Each examples is contained
+in its own directory which contains the following.
+
+-   `pom.xml`
+
+    This is the Maven build file used to run the example
+
+-   `src` directory
+
+    This contains the source code for the example
+
+-   `resources/activemq/server0` configuration directory
+
+    This contains the configuration files needed to run the server for
+    the example. There may be multiple configuration directories
+    `server0`, `server1` etc for clustered examples etc.
+
+Each example will start one or more stand-alone servers and stop them
+after the example has completed.
+
+As a quick start we'll run the queue example. For all other examples
+refer to the main user manual.
+
+Firstly open a Shell or a Command prompt and navigate to the
+`examples/jms/queue` directory.
+
+Type the command `mvn verify` and you should see the following output:
+
+
+    [INFO] Scanning for projects...
+    [INFO]
+    [INFO] 
------------------------------------------------------------------------
+    [INFO] Building ActiveMQ JMS Queue Example 2.3.0.BETA-SNAPSHOT
+    [INFO] 
------------------------------------------------------------------------
+    [INFO]
+    [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
activemq-jms-queue-example ---
+    [INFO] Using 'UTF-8' encoding to copy filtered resources.
+    [INFO] Copying 3 resources
+    [INFO]
+    [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ 
activemq-jms-queue-example ---
+    [INFO] Nothing to compile - all classes are up to date
+    [INFO]
+    [INFO] --- maven-resources-plugin:2.6:testResources 
(default-testResources) @ activemq-jms-queue-example ---
+    [INFO] Using 'UTF-8' encoding to copy filtered resources.
+    [INFO] skip non existing resourceDirectory 
/home/andy/projects/activemq-master/examples/jms/queue/src/test/resources
+    [INFO]
+    [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ 
activemq-jms-queue-example ---
+    [INFO] No sources to compile
+    [INFO]
+    [INFO] --- maven-surefire-plugin:2.13:test (default-test) @ 
activemq-jms-queue-example ---
+    [INFO]
+    [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ 
activemq-jms-queue-example ---
+    [INFO] Building jar: 
/home/andy/projects/activemq-master/examples/jms/queue/target/activemq-jms-queue-example-2.3.0.BETA-SNAPSHOT.jar
+    [INFO]
+    [INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) @ 
activemq-jms-queue-example >>>
+    [INFO]
+    [INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) @ 
activemq-jms-queue-example <<<
+    [INFO]
+    [INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ 
activemq-jms-queue-example ---
+    [INFO] Building jar: 
/home/andy/projects/activemq-master/examples/jms/queue/target/activemq-jms-queue-example-2.3.0.BETA-SNAPSHOT-sources.jar
+    [INFO]
+    [INFO] >>> maven-source-plugin:2.2.1:jar (default) @ 
activemq-jms-queue-example >>>
+    [INFO]
+    [INFO] <<< maven-source-plugin:2.2.1:jar (default) @ 
activemq-jms-queue-example <<<
+    [INFO]
+    [INFO] --- maven-source-plugin:2.2.1:jar (default) @ 
activemq-jms-queue-example ---
+    [WARNING] Artifact 
org.apache.activemq.examples.jms:activemq-jms-queue-example:java-source:sources:2.3.0.BETA-SNAPSHOT
 already attached to project, ignoring duplicate
+    [INFO]
+    [INFO] --- activemq-maven-plugin:1.1.1-SNAPSHOT:start (start) @ 
activemq-jms-queue-example ---
+    
[file:/home/andy/projects/activemq-master/examples/jms/queue/target/classes/activemq/server0/]
+    Apr 17, 2013 10:51:01 AM 
org.apache.activemq.core.deployers.impl.FileConfigurationParser parseMainConfig
+    WARN: HQ222018: AIO was not located on this platform, it will fall back to 
using pure Java NIO. If your platform is Linux, install LibAIO to enable the 
AIO journal
+    Apr 17, 2013 10:51:01 AM 
org.apache.activemq.core.server.impl.ActiveMQServerImpl start
+    INFO: HQ221000: live server is starting with configuration ActiveMQ 
Configuration 
(clustered=false,backup=false,sharedStore=true,journalDirectory=/home/andy/projects/activemq-master/examples/jms/queue/target//server0/data/messaging/journal,bindingsDirectory=/home/andy/projects/activemq-master/examples/jms/queue/target//server0/data/messaging/bindings,largeMessagesDirectory=/home/andy/projects/activemq-master/examples/jms/queue/target//server0/data/messaging/largemessages,pagingDirectory=/home/andy/projects/activemq-master/examples/jms/queue/target//server0/data/messaging/paging)
+    Apr 17, 2013 10:51:01 AM 
org.apache.activemq.core.server.impl.ActiveMQServerImpl$SharedStoreLiveActivation
 run
+    INFO: HQ221006: Waiting to obtain live lock
+    Apr 17, 2013 10:51:01 AM 
org.apache.activemq.core.persistence.impl.journal.JournalStorageManager <init>
+    INFO: HQ221013: Using NIO Journal
+    Apr 17, 2013 10:51:01 AM 
org.apache.activemq.core.server.impl.ActiveMQServerImpl initialisePart1
+    WARN: HQ222007: Security risk! ActiveMQ is running with the default 
cluster admin user and default password. Please see the ActiveMQ user guide, 
cluster chapter, for instructions on how to change this.
+    Apr 17, 2013 10:51:01 AM 
org.apache.activemq.core.server.impl.FileLockNodeManager startLiveNode
+    INFO: HQ221034: Waiting to obtain live lock
+    Apr 17, 2013 10:51:01 AM 
org.apache.activemq.core.server.impl.FileLockNodeManager startLiveNode
+    INFO: HQ221035: Live Server Obtained live lock
+    Apr 17, 2013 10:51:02 AM 
org.apache.activemq.core.server.impl.ActiveMQServerImpl deployQueue
+    INFO: HQ221003: trying to deploy queue jms.queue.exampleQueue
+    Apr 17, 2013 10:51:02 AM 
org.apache.activemq.core.remoting.impl.netty.NettyAcceptor start
+    INFO: HQ221020: Started Netty Acceptor version 3.6.2.Final-c0d783c 
localhost:5445 for CORE protocol
+    Apr 17, 2013 10:51:02 AM 
org.apache.activemq.core.server.impl.ActiveMQServerImpl$SharedStoreLiveActivation
 run
+    INFO: HQ221007: Server is now live
+    Apr 17, 2013 10:51:02 AM 
org.apache.activemq.core.server.impl.ActiveMQServerImpl start
+    INFO: HQ221001: ActiveMQ Server version 2.3.0.SNAPSHOT (black'n'yellow, 
123) [a57893ff-7783-11e2-9787-07ca142fc9f7]
+    [INFO]
+    [INFO] --- activemq-maven-plugin:1.1.1-SNAPSHOT:runClient (runClient) @ 
activemq-jms-queue-example ---
+    Apr 17, 2013 10:51:02 AM 
org.apache.activemq.common.example.ActiveMQExample getContext
+    INFO: using jnp://localhost:1099 for jndi
+    Sent message: This is a text message
+    Received message: This is a text message
+    example complete
+
+    #####################
+    ###    SUCCESS!   ###
+    #####################
+    [INFO]
+    [INFO] --- activemq-maven-plugin:1.1.1-SNAPSHOT:stop (stop) @ 
activemq-jms-queue-example ---
+    Apr 17, 2013 10:51:03 AM 
org.apache.activemq.core.server.management.impl.ManagementServiceImpl stop
+    WARN: HQ222113: On ManagementService stop, there are 1 unexpected 
registered MBeans: [core.acceptor.netty-acceptor]
+    Apr 17, 2013 10:51:03 AM 
org.apache.activemq.core.server.impl.ActiveMQServerImpl stop
+    INFO: HQ221002: ActiveMQ Server version 2.3.0.SNAPSHOT (black'n'yellow, 
123) [a57893ff-7783-11e2-9787-07ca142fc9f7] stopped
+    [INFO] 
------------------------------------------------------------------------
+    [INFO] BUILD SUCCESS
+    [INFO] 
------------------------------------------------------------------------
+    [INFO] Total time: 4.428s
+    [INFO] Finished at: Wed Apr 17 10:51:03 BST 2013
+    [INFO] Final Memory: 11M/456M
+    [INFO] 
------------------------------------------------------------------------
+
+Congratulations! You have successfully run your first ActiveMQ example.
+Try some of the others.
+
+The Java EE Examples
+====================
+
+The Java EE Examples are examples that require a JEE application server
+to run. They include MDB, Servlet, EJB examples etc. For this you will
+need the JBoss Application Server 7.1.x installed and uses Arquillian to
+run the example. How to do this is explained in the previous chapters.
+
+We'll use the MDB example for the purposes of this guide. For the other
+examples refer to the user guide. Before going any further ensure that
+the JBoss Application Server is running.
+
+The first thing we need to do is set the `JBOSS_HOME` environment
+property to the location of the JBoss Application Server, in a Linux
+shell this would be something like:
+
+    export JBOSS_HOME=/home/jbossas7.1/build/output/jboss-7.1.0
+
+Yoy can then run the example via maven by running `mvn test`
+
+In the shell window you should see something like the following output:
+
+    [INFO] Scanning for projects...
+    [INFO]
+    [INFO] 
------------------------------------------------------------------------
+    [INFO] Building ActiveMQ JEE MDB Example 2.3.0.BETA-SNAPSHOT
+    [INFO] 
------------------------------------------------------------------------
+    [INFO]
+    [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
activemq-jee-mdb-bmt-example ---
+    [INFO] Using 'UTF-8' encoding to copy filtered resources.
+    [INFO] skip non existing resourceDirectory 
/home/andy/projects/activemq-master/examples/javaee/mdb-bmt/src/main/resources
+    [INFO]
+    [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ 
activemq-jee-mdb-bmt-example ---
+    [INFO] Nothing to compile - all classes are up to date
+    [INFO]
+    [INFO] --- maven-resources-plugin:2.6:copy-resources (as-node-0) @ 
activemq-jee-mdb-bmt-example ---
+    [INFO] Using 'UTF-8' encoding to copy filtered resources.
+    [INFO] Copying 1112 resources
+    [INFO] Copying 5 resources
+    [INFO]
+    [INFO] --- maven-resources-plugin:2.6:testResources 
(default-testResources) @ activemq-jee-mdb-bmt-example ---
+    [INFO] Using 'UTF-8' encoding to copy filtered resources.
+    [INFO] Copying 1 resource
+    [INFO]
+    [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ 
activemq-jee-mdb-bmt-example ---
+    [INFO] Changes detected - recompiling the module!
+    [INFO] Compiling 1 source file to 
/home/andy/projects/activemq-master/examples/javaee/mdb-bmt/target/test-classes
+    [INFO]
+    [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ 
activemq-jee-mdb-bmt-example ---
+    [INFO] Surefire report directory: 
/home/andy/projects/activemq-master/examples/javaee/mdb-bmt/target/surefire-reports
+
+    -------------------------------------------------------
+     T E S T S
+    -------------------------------------------------------
+    Running org.apache.activemq.javaee.example.server.ExampleRunnerTest
+    log4j:WARN No appenders could be found for logger (org.jboss.logging).
+    log4j:WARN Please initialize the log4j system properly.
+    log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for 
more info.
+    Apr 17, 2013 10:58:04 AM org.jboss.arquillian.container.impl.MapObject 
populate
+    WARNING: Configuration contain properties not supported by the backing 
object org.jboss.as.arquillian.container.managed.ManagedContainerConfiguration
+    Unused property entries: {waitForPortsTimeoutInSeconds=8, 
waitForPorts=8787 9999}
+    Supported property names: [jbossHome, outputToConsole, enableAssertions, 
password, managementPort, javaHome, javaVmArguments, username, serverConfig, 
allowConnectingToRunningServer, managementAddress, startupTimeoutInSeconds, 
modulePath]
+    Apr 17, 2013 10:58:04 AM 
org.jboss.as.arquillian.container.managed.ManagedDeployableContainer 
startInternal
+    INFO: Starting container with: [/home/andy/devtools/jdk1.6.0_25//bin/java, 
-Djboss.inst=/home/andy/projects/activemq-master/examples/javaee/mdb-bmt/target/jbossas-node0,
 -ea, 
-Djboss.home.dir=/home/andy/projects/activemq-master/examples/javaee/mdb-bmt/target/jbossas-node0,
 
-Dorg.jboss.boot.log.file=/home/andy/projects/activemq-master/examples/javaee/mdb-bmt/target/jbossas-node0/standalone/log/boot.log,
 
-Dlogging.configuration=file:/home/andy/projects/activemq-master/examples/javaee/mdb-bmt/target/jbossas-node0/standalone/configuration/logging.properties,
 
-Djboss.modules.dir=/home/andy/projects/activemq-master/examples/javaee/mdb-bmt/target/jbossas-node0/modules,
 
-Djboss.bundles.dir=/home/andy/projects/activemq-master/examples/javaee/mdb-bmt/target/jbossas-node0/bundles,
 -jar, 
/home/andy/projects/activemq-master/examples/javaee/mdb-bmt/target/jbossas-node0/jboss-modules.jar,
 -mp, 
/home/andy/projects/activemq-master/examples/javaee/mdb-bmt/target/jbossas-node0/modules,
 -jaxpmodule
 , javax.xml.jaxp-provider, org.jboss.as.standalone, -server-config, 
standalone-example.xml]
+    10:58:04,525 INFO  [org.jboss.modules] JBoss Modules version 1.1.1.GA
+    10:58:04,664 INFO  [org.jboss.msc] JBoss MSC version 1.0.2.GA
+    10:58:04,703 INFO  [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final 
"Brontes" starting
+    10:58:05,492 INFO  [org.xnio] XNIO Version 3.0.3.GA
+    10:58:05,494 INFO  [org.jboss.as.server] JBAS015888: Creating http 
management service using socket-binding (management-http)
+    10:58:05,502 INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA
+    10:58:05,509 INFO  [org.jboss.remoting] JBoss Remoting version 3.2.3.GA
+    10:58:05,527 INFO  [org.jboss.as.logging] JBAS011502: Removing bootstrap 
log handlers
+    10:58:05,530 INFO  [org.jboss.as.configadmin] (ServerService Thread Pool 
-- 32) JBAS016200: Activating ConfigAdmin Subsystem
+    10:58:05,560 INFO  [org.jboss.as.clustering.infinispan] (ServerService 
Thread Pool -- 37) JBAS010280: Activating Infinispan subsystem.
+    10:58:05,562 INFO  [org.jboss.as.connector.subsystems.datasources] 
(ServerService Thread Pool -- 33) JBAS010403: Deploying JDBC-compliant driver 
class org.h2.Driver (version 1.3)
+    10:58:05,573 INFO  [org.jboss.as.jacorb] (ServerService Thread Pool -- 38) 
JBAS016300: Activating JacORB Subsystem
+    10:58:05,595 INFO  [org.jboss.as.connector] (MSC service thread 1-12) 
JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
+    10:58:05,612 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 48) 
JBAS011800: Activating Naming Subsystem
+    10:58:05,625 INFO  [org.jboss.as.osgi] (ServerService Thread Pool -- 49) 
JBAS011940: Activating OSGi Subsystem
+    10:58:05,649 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 
54) JBAS013101: Activating Security Subsystem
+    10:58:05,657 INFO  [org.jboss.as.naming] (MSC service thread 1-8) 
JBAS011802: Starting Naming Service
+    10:58:05,663 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-16) 
JBAS015400: Bound mail session [java:jboss/mail/Default]
+    10:58:05,675 INFO  [org.jboss.as.security] (MSC service thread 1-14) 
JBAS013100: Current PicketBox version=4.0.7.Final
+    10:58:05,683 INFO  [org.jboss.as.webservices] (ServerService Thread Pool 
-- 58) JBAS015537: Activating WebServices Extension
+    10:58:05,705 INFO  [org.jboss.jaxr] (MSC service thread 1-8) JBAS014000: 
Started JAXR subsystem, binding JAXR connection factory into JNDI as: 
java:jboss/jaxr/ConnectionFactory
+    10:58:05,831 INFO  [org.jboss.ws.common.management.AbstractServerConfig] 
(MSC service thread 1-4) JBoss Web Services - Stack CXF Server 4.0.2.GA
+    10:58:05,943 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service 
thread 1-6) Starting Coyote HTTP/1.1 on 
http-localhost.localdomain-127.0.0.1-8080
+    10:58:05,966 INFO  [org.jboss.as.jacorb] (MSC service thread 1-2) 
JBAS016330: CORBA ORB Service started
+    10:58:05,988 INFO  
[org.apache.activemq.core.server.impl.ActiveMQServerImpl] (MSC service thread 
1-11) live server is starting with configuration ActiveMQ Configuration 
(clustered=false,backup=false,sharedStore=true,journalDirectory=/home/andy/projects/activemq-master/examples/javaee/mdb-bmt/target/jbossas-node0/standalone/data/messagingjournal,bindingsDirectory=/home/andy/projects/activemq-master/examples/javaee/mdb-bmt/target/jbossas-node0/standalone/data/messagingbindings,largeMessagesDirectory=/home/andy/projects/activemq-master/examples/javaee/mdb-bmt/target/jbossas-node0/standalone/data/messaginglargemessages,pagingDirectory=/home/andy/projects/activemq-master/examples/javaee/mdb-bmt/target/jbossas-node0/standalone/data/messagingpaging)
+    10:58:05,996 INFO  
[org.apache.activemq.core.server.impl.ActiveMQServerImpl] (MSC service thread 
1-11) Waiting to obtain live lock
+    10:58:06,037 INFO  
[org.apache.activemq.core.persistence.impl.journal.JournalStorageManager] (MSC 
service thread 1-11) Using AIO Journal
+    10:58:06,122 INFO  [org.jboss.as.jacorb] (MSC service thread 1-14) 
JBAS016328: CORBA Naming Service started
+    10:58:06,184 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC 
service thread 1-7) JBAS010400: Bound data source 
[java:jboss/datasources/ExampleDS]
+    10:58:06,204 INFO  
[org.apache.activemq.core.server.impl.AIOFileLockNodeManager] (MSC service 
thread 1-11) Waiting to obtain live lock
+    10:58:06,205 INFO  
[org.apache.activemq.core.server.impl.AIOFileLockNodeManager] (MSC service 
thread 1-11) Live Server Obtained live lock
+    10:58:06,434 INFO  [org.jboss.as.remoting] (MSC service thread 1-2) 
JBAS017100: Listening on localhost.localdomain/127.0.0.1:4447
+    10:58:06,434 INFO  [org.jboss.as.remoting] (MSC service thread 1-15) 
JBAS017100: Listening on /127.0.0.1:9999
+    10:58:06,436 INFO  [org.jboss.as.server.deployment.scanner] (MSC service 
thread 1-16) JBAS015012: Started FileSystemDeploymentService for directory 
/home/andy/projects/activemq-master/examples/javaee/mdb-bmt/target/jbossas-node0/standalone/deployments
+    10:58:08,790 INFO  
[org.apache.activemq.core.remoting.impl.netty.NettyAcceptor] (MSC service 
thread 1-11) Started Netty Acceptor version 3.2.5.Final-a96d88c 
localhost.localdomain:5445 for CORE protocol
+    10:58:08,793 INFO  
[org.apache.activemq.core.remoting.impl.netty.NettyAcceptor] (MSC service 
thread 1-11) Started Netty Acceptor version 3.2.5.Final-a96d88c 
localhost.localdomain:5455 for CORE protocol
+    10:58:08,795 INFO  
[org.apache.activemq.core.server.impl.ActiveMQServerImpl] (MSC service thread 
1-11) Server is now live
+    10:58:08,797 INFO  
[org.apache.activemq.core.server.impl.ActiveMQServerImpl] (MSC service thread 
1-11) ActiveMQ Server version 2.2.13.Final (HQ_2_2_13_FINAL_AS7, 122) 
[5c499e88-9c63-11e2-bfa3-fe5400591699]) started
+    10:58:08,822 INFO  [org.jboss.as.messaging] (MSC service thread 1-4) 
JBAS011601: Bound messaging object to jndi name 
java:jboss/exported/jms/RemoteConnectionFactory
+    10:58:08,824 INFO  [org.jboss.as.messaging] (MSC service thread 1-4) 
JBAS011601: Bound messaging object to jndi name java:/RemoteConnectionFactory
+    10:58:08,825 INFO  [org.jboss.as.messaging] (MSC service thread 1-10) 
JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
+    10:58:08,830 INFO  
[org.apache.activemq.core.server.impl.ActiveMQServerImpl] (MSC service thread 
1-3) trying to deploy queue jms.queue.testQueue
+    10:58:08,836 INFO  [org.jboss.as.messaging] (MSC service thread 1-3) 
JBAS011601: Bound messaging object to jndi name java:/queue/test
+    10:58:08,840 INFO  [org.jboss.as.messaging] (MSC service thread 1-3) 
JBAS011601: Bound messaging object to jndi name 
java:jboss/exported/jms/queues/testQueue
+    10:58:08,859 INFO  [org.jboss.as.deployment.connector] (MSC service thread 
1-9) JBAS010406: Registered connection factory java:/JmsXA
+    10:58:08,866 INFO  [org.apache.activemq.ra.ActiveMQResourceAdapter] (MSC 
service thread 1-9) ActiveMQ resource adaptor started
+    10:58:08,867 INFO  
[org.jboss.as.connector.services.ResourceAdapterActivatorService$ResourceAdapterActivator]
 (MSC service thread 1-9) IJ020002: Deployed: file://RaActivatoractivemq-ra
+    10:58:08,870 INFO  [org.jboss.as.deployment.connector] (MSC service thread 
1-5) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
+    10:58:08,898 INFO  [org.jboss.as.server.deployment] (MSC service thread 
1-10) JBAS015876: Starting deployment of "ONT001-1.0.war"
+    10:58:09,146 INFO  [org.jboss.wsf.stack.cxf.metadata.MetadataBuilder] (MSC 
service thread 1-1) Add Service
+     id=com.hpm.webservices.BasicWSImpl
+     address=http://localhost:8080/hpm/BasicWService
+     implementor=com.hpm.webservices.BasicWSImpl
+     invoker=org.jboss.wsf.stack.cxf.JBossWSInvoker
+     serviceName={http://ont001-hpm.rhcloud.com/BasicWS}BasicWService
+     portName={http://ont001-hpm.rhcloud.com/BasicWS}BasicWS
+     wsdlLocation=null
+     mtomEnabled=false
+    10:58:09,361 INFO  
[org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service 
thread 1-1) Creating Service 
{http://ont001-hpm.rhcloud.com/BasicWS}BasicWService from WSDL: 
WEB-INF/wsdl/BasicWService.wsdl
+    10:58:09,517 INFO  
[org.jboss.wsf.stack.cxf.transport.AddressRewritingEndpointInfo] (MSC service 
thread 1-1) Setting new service endpoint address in wsdl: 
http://ONT001-HPM.rhcloud.com:80/BasicWService
+    10:58:09,656 INFO  
[org.jboss.wsf.stack.cxf.transport.AddressRewritingEndpointInfo] (MSC service 
thread 1-1) Setting new service endpoint address in wsdl: 
http://localhost:8080/hpm/BasicWService
+    10:58:09,688 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service 
thread 1-1) Setting the server's publish address to be 
http://localhost:8080/hpm/BasicWService
+    10:58:09,729 INFO  [org.jboss.wsf.stack.cxf.deployment.WSDLFilePublisher] 
(MSC service thread 1-1) WSDL published to: 
file:/home/andy/projects/activemq-master/examples/javaee/mdb-bmt/target/jbossas-node0/standalone/data/wsdl/ONT001-1.0.war/BasicWService.wsdl
+    10:58:09,735 INFO  [org.jboss.as.webservices] (MSC service thread 1-11) 
JBAS015539: Starting service jboss.ws.port-component-link
+    10:58:09,748 INFO  [org.jboss.as.webservices] (MSC service thread 1-10) 
JBAS015539: Starting service 
jboss.ws.endpoint."ONT001-1.0.war"."com.hpm.webservices.BasicWSImpl"
+    10:58:09,753 INFO  
[org.jboss.ws.common.management.DefaultEndpointRegistry] (MSC service thread 
1-10) register: jboss.ws:context=hpm,endpoint=com.hpm.webservices.BasicWSImpl
+    10:58:09,829 INFO  [org.jboss.web] (MSC service thread 1-3) JBAS018210: 
Registering web context: /hpm
+    10:58:09,834 INFO  [org.jboss.as] (MSC service thread 1-7) JBAS015951: 
Admin console listening on http://127.0.0.1:9990
+    10:58:09,835 INFO  [org.jboss.as] (MSC service thread 1-7) JBAS015874: 
JBoss AS 7.1.1.Final "Brontes" started in 5506ms - Started 216 of 296 services 
(79 services are passive or on-demand)
+    10:58:09,979 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) 
JBAS018559: Deployed "ONT001-1.0.war"
+    mdb.jar:
+    /org/
+    /org.apache.activemq/
+    /org.apache.activemq/javaee/
+    /org.apache.activemq/javaee/example/
+    /org.apache.activemq/javaee/example/server/
+    /org.apache.activemq/javaee/example/server/MDB_BMTExample.class
+    10:58:11,612 INFO  [org.jboss.as.repository] (management-handler-thread - 
2) JBAS014900: Content added at location 
/home/andy/projects/activemq-master/examples/javaee/mdb-bmt/target/jbossas-node0/standalone/data/content/f0/e2d589ab9490193e109c8bc833f725c87defae/content
+    10:58:11,620 INFO  [org.jboss.as.server.deployment] (MSC service thread 
1-8) JBAS015876: Starting deployment of "arquillian-service"
+    10:58:11,811 WARN  [org.jboss.as.dependency.private] (MSC service thread 
1-1) JBAS018567: Deployment "deployment.arquillian-service" is using a private 
module ("org.jboss.as.jmx:main") which may be changed or removed in future 
versions without notice.
+    10:58:11,812 WARN  [org.jboss.as.dependency.private] (MSC service thread 
1-1) JBAS018567: Deployment "deployment.arquillian-service" is using a private 
module ("org.jboss.as.server:main") which may be changed or removed in future 
versions without notice.
+    10:58:11,813 WARN  [org.jboss.as.dependency.private] (MSC service thread 
1-1) JBAS018567: Deployment "deployment.arquillian-service" is using a private 
module ("org.jboss.as.osgi:main") which may be changed or removed in future 
versions without notice.
+    10:58:11,815 WARN  [org.jboss.as.dependency.private] (MSC service thread 
1-1) JBAS018567: Deployment "deployment.arquillian-service" is using a private 
module ("org.jboss.jandex:main") which may be changed or removed in future 
versions without notice.
+    10:58:11,817 WARN  [org.jboss.as.dependency.private] (MSC service thread 
1-1) JBAS018567: Deployment "deployment.arquillian-service" is using a private 
module ("org.jboss.osgi.framework:main") which may be changed or removed in 
future versions without notice.
+    10:58:11,953 INFO  [org.jboss.as.server] (management-handler-thread - 2) 
JBAS018559: Deployed "arquillian-service"
+    10:58:12,328 INFO  [org.jboss.as.repository] (management-handler-thread - 
3) JBAS014900: Content added at location 
/home/andy/projects/activemq-master/examples/javaee/mdb-bmt/target/jbossas-node0/standalone/data/content/59/7dcdb0f420ed57aea638b2599f7a86eecf6c85/content
+    10:58:12,333 INFO  [org.jboss.as.server.deployment] (MSC service thread 
1-7) JBAS015876: Starting deployment of "mdb.jar"
+    10:58:12,401 INFO  [org.jboss.as.arquillian] (MSC service thread 1-14) 
Arquillian deployment detected: 
ArquillianConfig[service=jboss.arquillian.config."mdb.jar",unit=mdb.jar,tests=[org.apache.activemq.javaee.example.server.ExampleRunnerTest]]
+    10:58:12,418 INFO  [org.jboss.as.ejb3] (MSC service thread 1-15) 
JBAS014142: Started message driven bean 'MDB_BMTExample' with 'activemq-ra' 
resource adapter
+    10:58:12,562 INFO  [org.jboss.as.server] (management-handler-thread - 3) 
JBAS018559: Deployed "mdb.jar"
+    Sent message: This is a text message
+    10:58:13,229 INFO  [org.jboss.as.naming] (Remoting "localhost" task-3) 
JBAS011806: Channel end notification received, closing channel Channel ID 
57be4578 (inbound) of Remoting connection 3ac552d5 to /127.0.0.1:58571
+    10:58:13,255 INFO  [stdout] (Thread-0 
(ActiveMQ-client-global-threads-1402019528)) message This is a text message 
received
+    10:58:13,257 INFO  [stdout] (Thread-0 
(ActiveMQ-client-global-threads-1402019528)) we're in the middle of a 
transaction: org.jboss.tm.usertx.client.ServerVMClientUserTransaction@6b04d3c8
+    10:58:14,292 INFO  [org.jboss.as.server.deployment] (MSC service thread 
1-5) JBAS015877: Stopped deployment mdb.jar in 33ms
+    10:58:14,413 INFO  [org.jboss.as.repository] (management-handler-thread - 
1) JBAS014901: Content removed from location 
/home/andy/projects/activemq-master/examples/javaee/mdb-bmt/target/jbossas-node0/standalone/data/content/59/7dcdb0f420ed57aea638b2599f7a86eecf6c85/content
+    10:58:14,415 INFO  [org.jboss.as.server] (management-handler-thread - 1) 
JBAS018558: Undeployed "mdb.jar"
+    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.609 sec
+    10:58:14,436 INFO  [org.jboss.as.server.deployment] (MSC service thread 
1-5) JBAS015877: Stopped deployment arquillian-service in 6ms
+    10:58:14,530 INFO  [org.jboss.as.repository] (management-handler-thread - 
2) JBAS014901: Content removed from location 
/home/andy/projects/activemq-master/examples/javaee/mdb-bmt/target/jbossas-node0/standalone/data/content/f0/e2d589ab9490193e109c8bc833f725c87defae/content
+    10:58:14,532 INFO  [org.jboss.as.server] (management-handler-thread - 2) 
JBAS018558: Undeployed "arquillian-service"
+
+    Results :
+
+    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
+
+    [INFO] 
------------------------------------------------------------------------
+    [INFO] BUILD SUCCESS
+    [INFO] 
------------------------------------------------------------------------
+    [INFO] Total time: 23.441s
+    [INFO] Finished at: Wed Apr 17 10:58:16 BST 2013
+    [INFO] Final Memory: 19M/361M
+    [INFO] 
------------------------------------------------------------------------
+
+Congratulations! you have successfully deployed and run a Java EE
+example.

Reply via email to