You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2015/05/13 15:34:08 UTC

[2/3] activemq-artemis git commit: Doc updates

Doc updates


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/b5cb6522
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/b5cb6522
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/b5cb6522

Branch: refs/heads/master
Commit: b5cb6522a6bf5fc0513dcc72a3b69c59db2c8be3
Parents: d5f6aec
Author: Martyn Taylor <mt...@redhat.com>
Authored: Wed May 13 12:31:31 2015 +0100
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed May 13 09:33:30 2015 -0400

----------------------------------------------------------------------
 docs/quickstart-guide/en/about.md    |  4 ++--
 docs/quickstart-guide/en/download.md | 26 +++-----------------------
 docs/quickstart-guide/en/examples.md | 14 +++++++-------
 docs/user-manual/en/flow-control.md  |  3 +--
 4 files changed, 13 insertions(+), 34 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/b5cb6522/docs/quickstart-guide/en/about.md
----------------------------------------------------------------------
diff --git a/docs/quickstart-guide/en/about.md b/docs/quickstart-guide/en/about.md
index 96eaedf..0a74458 100644
--- a/docs/quickstart-guide/en/about.md
+++ b/docs/quickstart-guide/en/about.md
@@ -11,14 +11,14 @@ What is ActiveMQ?
     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:
+Why use ActiveMQ Artemis? Here are just a few of the reasons:
 
 -   100% open source software. ActiveMQ Artemis is licenced using the Apache
     Software License v2.0 to minimise barriers to adoption.
 
 -   ActiveMQ Artemis is designed with usability in mind.
 
--   Written in Java. Runs on any platform with a Java 6+ runtime, that's
+-   Written in Java. Runs on any platform with a Java 7+ runtime, that's
     everything from Windows desktops to IBM mainframes.
 
 -   Amazing performance. Our class beating high performance journal

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/b5cb6522/docs/quickstart-guide/en/download.md
----------------------------------------------------------------------
diff --git a/docs/quickstart-guide/en/download.md b/docs/quickstart-guide/en/download.md
index 6004bf4..35ca689 100644
--- a/docs/quickstart-guide/en/download.md
+++ b/docs/quickstart-guide/en/download.md
@@ -1,36 +1,16 @@
 Download
 ========
 
-The official ActiveMQ Artemis project page is <http://activemq.org/>.
+The official ActiveMQ Artemis project page is <http://activemq.org/artemis>.
 
 Software Download
 =================
 
 The software can be download from the Download
-page:<http://activemq.org/downloads.html>
+page:<http://activemq.org/artemis/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 Artemis Git repository is <https://github.com/activemq/activemq>
-
--   All release tags are available from
-    <https://github.com/activemq/activemq/tags>
-
+-   ActiveMQ Artemis Git repository is <https://github.com/apache/activemq-artemis>
 

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/b5cb6522/docs/quickstart-guide/en/examples.md
----------------------------------------------------------------------
diff --git a/docs/quickstart-guide/en/examples.md b/docs/quickstart-guide/en/examples.md
index f050a9c..78ff9d8 100644
--- a/docs/quickstart-guide/en/examples.md
+++ b/docs/quickstart-guide/en/examples.md
@@ -44,7 +44,7 @@ Type the command `mvn verify` and you should see the following output:
     [INFO] Scanning for projects...
     [INFO]
     [INFO] ------------------------------------------------------------------------
-    [INFO] Building ActiveMQ Artemis JMS Queue Example 2.3.0.BETA-SNAPSHOT
+    [INFO] Building ActiveMQ Artemis JMS Queue Example 1.0.0
     [INFO] ------------------------------------------------------------------------
     [INFO]
     [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ activemq-jms-queue-example ---
@@ -64,21 +64,21 @@ Type the command `mvn verify` and you should see the following output:
     [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] Building jar: /home/andy/projects/activemq-master/examples/jms/queue/target/activemq-jms-queue-example-1.0.0.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] Building jar: /home/andy/projects/activemq-master/examples/jms/queue/target/activemq-jms-queue-example-1.0.0-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
+    [WARNING] Artifact org.apache.activemq.examples.jms:activemq-jms-queue-example:java-source:sources:1.0.0 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/]
@@ -103,7 +103,7 @@ Type the command `mvn verify` and you should see the following output:
     Apr 17, 2013 10:51:02 AM org.apache.activemq.core.server.impl.ActiveMQServerImpl$SharedStoreLiveActivation run
     INFO: AMQ221007: Server is now live
     Apr 17, 2013 10:51:02 AM org.apache.activemq.core.server.impl.ActiveMQServerImpl start
-    INFO: AMQ221001: ActiveMQ Artemis Server version 2.3.0.SNAPSHOT (black'n'yellow, 123) [a57893ff-7783-11e2-9787-07ca142fc9f7]
+    INFO: AMQ221001: ActiveMQ Artemis Server version 1.0.0 (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
@@ -120,7 +120,7 @@ Type the command `mvn verify` and you should see the following output:
     Apr 17, 2013 10:51:03 AM org.apache.activemq.core.server.management.impl.ManagementServiceImpl stop
     WARN: AMQ222113: 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: AMQ221002: ActiveMQ Artemis Server version 2.3.0.SNAPSHOT (black'n'yellow, 123) [a57893ff-7783-11e2-9787-07ca142fc9f7] stopped
+    INFO: AMQ221002: ActiveMQ Artemis Server version 1.0.0 (black'n'yellow, 123) [a57893ff-7783-11e2-9787-07ca142fc9f7] stopped
     [INFO] ------------------------------------------------------------------------
     [INFO] BUILD SUCCESS
     [INFO] ------------------------------------------------------------------------
@@ -157,7 +157,7 @@ In the shell window you should see something like the following output:
     [INFO] Scanning for projects...
     [INFO]
     [INFO] ------------------------------------------------------------------------
-    [INFO] Building ActiveMQ Artemis JEE MDB Example 2.3.0.BETA-SNAPSHOT
+    [INFO] Building ActiveMQ Artemis JEE MDB Example 1.0.0
     [INFO] ------------------------------------------------------------------------
     [INFO]
     [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ activemq-jee-mdb-bmt-example ---

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/b5cb6522/docs/user-manual/en/flow-control.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/flow-control.md b/docs/user-manual/en/flow-control.md
index 7bec8b7..7f45f4f 100644
--- a/docs/user-manual/en/flow-control.md
+++ b/docs/user-manual/en/flow-control.md
@@ -39,8 +39,7 @@ The value can be:
 
 -   `-1` for an *unbounded* buffer
 
--   `0` to not buffer any messages. See ? for working example of a
-    consumer with no buffering.
+-   `0` to not buffer any messages.
 
 -   `>0` for a buffer with the given maximum size in bytes.