You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by an...@apache.org on 2015/02/25 17:13:00 UTC

[1/4] activemq-6 git commit: tiny typo fix

Repository: activemq-6
Updated Branches:
  refs/heads/master 8f8b09a77 -> cec3ddf1e


tiny typo fix


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

Branch: refs/heads/master
Commit: 82bef94dd2ce7e471455ad8d973a3e435dbc8a09
Parents: 0a6a1be
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue Feb 24 22:25:21 2015 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Feb 25 10:40:47 2015 -0500

----------------------------------------------------------------------
 docs/user-manual/en/messaging-concepts.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-6/blob/82bef94d/docs/user-manual/en/messaging-concepts.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/messaging-concepts.md b/docs/user-manual/en/messaging-concepts.md
index f33d54e..5f2ea31 100644
--- a/docs/user-manual/en/messaging-concepts.md
+++ b/docs/user-manual/en/messaging-concepts.md
@@ -71,7 +71,7 @@ delivered to a consumer again.
 
 With point-to-point messaging, there can be many consumers on the queue
 but a particular message will only ever be consumed by a maximum of one
-of them. Senders (also known as*producers*) to the queue are completely
+of them. Senders (also known as *producers*) to the queue are completely
 decoupled from receivers (also known as *consumers*) of the queue - they
 do not know of each other's existence.
 


[4/4] activemq-6 git commit: merge #113 - Adding information about brew and npm for mac

Posted by an...@apache.org.
merge #113 - Adding information about brew and npm for mac


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

Branch: refs/heads/master
Commit: cec3ddf1e159d6666a754911290b075347112884
Parents: e52622c 82bef94
Author: Andy Taylor <an...@gmail.com>
Authored: Wed Feb 25 16:12:22 2015 +0000
Committer: Andy Taylor <an...@gmail.com>
Committed: Wed Feb 25 16:12:22 2015 +0000

----------------------------------------------------------------------
 README.md                                       | 23 +++++-
 .../protocol/stomp/StompProtocolManager.java    |  3 +-
 docs/quickstart-guide/quickstart-guide.xpr      | 38 ---------
 docs/user-manual/en/aerogear-integration.md     | 10 +--
 docs/user-manual/en/client-reconnection.md      | 22 +++--
 docs/user-manual/en/clusters.md                 | 19 ++---
 docs/user-manual/en/configuring-transports.md   | 12 +--
 docs/user-manual/en/connection-ttl.md           | 11 +--
 docs/user-manual/en/duplicate-detection.md      |  4 +-
 docs/user-manual/en/embedding-activemq.md       |  2 +-
 docs/user-manual/en/examples.md                 |  7 --
 docs/user-manual/en/flow-control.md             | 22 +++--
 docs/user-manual/en/graceful-shutdown.md        |  6 +-
 docs/user-manual/en/ha.md                       | 28 +++----
 docs/user-manual/en/intercepting-operations.md  |  2 +-
 docs/user-manual/en/interoperability.md         |  6 +-
 docs/user-manual/en/jms-bridge.md               |  6 +-
 docs/user-manual/en/large-messages.md           | 16 ++--
 docs/user-manual/en/message-grouping.md         |  6 +-
 docs/user-manual/en/messaging-concepts.md       |  2 +-
 docs/user-manual/en/paging.md                   |  2 +-
 docs/user-manual/en/pre-acknowledge.md          |  5 +-
 docs/user-manual/en/preface.md                  |  5 +-
 docs/user-manual/en/send-guarantees.md          | 10 +--
 docs/user-manual/en/slow-consumers.md           |  3 +-
 docs/user-manual/en/spring-integration.md       |  2 +-
 docs/user-manual/en/thread-pooling.md           | 15 ++--
 docs/user-manual/en/undelivered-messages.md     | 10 +--
 docs/user-manual/en/using-jms.md                | 34 ++++----
 docs/user-manual/en/vertx-integration.md        |  4 +-
 docs/user-manual/user-manual.xpr                | 85 --------------------
 31 files changed, 139 insertions(+), 281 deletions(-)
----------------------------------------------------------------------



[3/4] activemq-6 git commit: Adding information about brew and npm for mac

Posted by an...@apache.org.
Adding information about brew and npm for mac

This is just adding information about how to install npm on mac-os
For that I also needed to some information about brew installation


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

Branch: refs/heads/master
Commit: ab44e02917f74d3920d9fdca33dc1963e112be71
Parents: 8f8b09a
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue Feb 24 15:17:17 2015 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Feb 25 10:40:47 2015 -0500

----------------------------------------------------------------------
 README.md | 23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-6/blob/ab44e029/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index dfd098b..badc9aa 100644
--- a/README.md
+++ b/README.md
@@ -39,12 +39,31 @@ If you want to install it to your local maven repo then run
 The full release uses gitbook to build a static website from the documentation, if you don't have gitbook installed then
  install gitbook using npm
 
-```npm install -g gitbook```
+```npm install -g gitbook gitbook-cli```
 
-If you dont have npm installed then you would need to install that first, on Fedora this would be
+### Installing NPM
+
+If you don't have npm installed then you would need to install  it first.
+
+#### On Fedora
 
 ```yum install npm```
 
+#### On Mac-OS
+
+The easiest way would be through brew [brew]
+
+You first install brew using the instructions on the [brew] website.
+
+After you installed brew you can install npm by:
+
+```brew install npm```
+
+[brew]: <http://brew.sh>
+
+#### Build without docs
+
+
 It is possible to build a distribution with out the manuals and javadocs if you dont have or want gitbook installed, 
 simply run
 


[2/4] activemq-6 git commit: removing XMLTools file that are no longer relevant

Posted by an...@apache.org.
removing XMLTools file that are no longer relevant


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

Branch: refs/heads/master
Commit: 0a6a1be9b8aaf4427b265ea6ab50e675e1726946
Parents: ab44e02
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue Feb 24 22:23:09 2015 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Feb 25 10:40:47 2015 -0500

----------------------------------------------------------------------
 docs/quickstart-guide/quickstart-guide.xpr | 38 -----------
 docs/user-manual/user-manual.xpr           | 85 -------------------------
 2 files changed, 123 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-6/blob/0a6a1be9/docs/quickstart-guide/quickstart-guide.xpr
----------------------------------------------------------------------
diff --git a/docs/quickstart-guide/quickstart-guide.xpr b/docs/quickstart-guide/quickstart-guide.xpr
deleted file mode 100644
index 1adc0cb..0000000
--- a/docs/quickstart-guide/quickstart-guide.xpr
+++ /dev/null
@@ -1,38 +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>
-    <meta>
-        <filters directoryPatterns="" filePatterns=""
-            positiveFilePatterns="" showHiddenFiles="false"/>
-        <options/>
-    </meta>
-    <projectTree name="quickstart-guide.xpr">
-        <folder name="en">
-            <folder name="images"/>
-            <file name="en/about.xml"/>
-            <file name="en/download.xml"/>
-            <file name="en/examples.xml"/>
-            <file name="en/installation.xml"/>
-            <file name="en/introduction.xml"/>
-            <file name="en/master.xml"/>
-            <file name="en/notice.xml"/>
-            <file name="en/running.xml"/>
-        </folder>
-    </projectTree>
-</project>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/0a6a1be9/docs/user-manual/user-manual.xpr
----------------------------------------------------------------------
diff --git a/docs/user-manual/user-manual.xpr b/docs/user-manual/user-manual.xpr
deleted file mode 100644
index a07effc..0000000
--- a/docs/user-manual/user-manual.xpr
+++ /dev/null
@@ -1,85 +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>
-    <meta>
-        <filters directoryPatterns="" filePatterns=""
-            positiveFilePatterns="" showHiddenFiles="false"/>
-        <options/>
-    </meta>
-    <projectTree name="user-manual.xpr">
-        <folder name="en">
-            <folder name="diagrams">
-                <file name="en/diagrams/architecture-diagrams.odg"/>
-            </folder>
-            <folder name="images">
-                <file name="en/images/architecture1.jpg"/>
-            </folder>
-            <file name="en/appserver-integration.xml"/>
-            <file name="en/architecture.xml"/>
-            <file name="en/client-classpath.xml"/>
-            <file name="en/client-reconnection.xml"/>
-            <file name="en/clusters.xml"/>
-            <file name="en/configuration-index.xml"/>
-            <file name="en/configuring-transports.xml"/>
-            <file name="en/connection-ttl.xml"/>
-            <file name="en/slow-consumers.xml"/>
-            <file name="en/core-bridges.xml"/>
-            <file name="en/diverts.xml"/>
-            <file name="en/duplicate-detection.xml"/>
-            <file name="en/embedding-activemq.xml"/>
-            <file name="en/examples.xml"/>
-            <file name="en/filter-expressions.xml"/>
-            <file name="en/flow-control.xml"/>
-            <file name="en/ha.xml"/>
-            <file name="en/intercepting-operations.xml"/>
-            <file name="en/interoperability.xml"/>
-            <file name="en/jms-bridge.xml"/>
-            <file name="en/jms-core-mapping.xml"/>
-            <file name="en/large-messages.xml"/>
-            <file name="en/last-value-queues.xml"/>
-            <file name="en/libaio.xml"/>
-            <file name="en/logging.xml"/>
-            <file name="en/management.xml"/>
-            <file name="en/master.xml"/>
-            <file name="en/message-expiry.xml"/>
-            <file name="en/message-grouping.xml"/>
-            <file name="en/messaging-concepts.xml"/>
-            <file name="en/notice.xml"/>
-            <file name="en/paging.xml"/>
-            <file name="en/perf-tuning.xml"/>
-            <file name="en/persistence.xml"/>
-            <file name="en/pre-acknowledge.xml"/>
-            <file name="en/preface.xml"/>
-            <file name="en/project-info.xml"/>
-            <file name="en/queue-attributes.xml"/>
-            <file name="en/scheduled-messages.xml"/>
-            <file name="en/security.xml"/>
-            <file name="en/send-guarantees.xml"/>
-            <file name="en/thread-pooling.xml"/>
-            <file name="en/transaction-config.xml"/>
-            <file name="en/undelivered-messages.xml"/>
-            <file name="en/using-core.xml"/>
-            <file name="en/using-jms.xml"/>
-            <file name="en/using-server.xml"/>
-            <file name="en/wildcard-routing.xml"/>
-            <file name="en/wildcard-syntax.xml"/>
-        </folder>
-    </projectTree>
-</project>