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/07/21 23:10:29 UTC

[1/2] activemq-artemis git commit: This closes #90 / ARTEMIS-159 - doc fix

Repository: activemq-artemis
Updated Branches:
  refs/heads/master f7b5e33e2 -> 9b356bd5c


This closes #90 / ARTEMIS-159 - doc fix


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

Branch: refs/heads/master
Commit: 9b356bd5c137b937169ae1f5096d02f89b80b310
Parents: f7b5e33 8d10716
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue Jul 21 22:10:15 2015 +0100
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Jul 21 22:10:15 2015 +0100

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



[2/2] activemq-artemis git commit: Fixed documentation issue about message-expiry-thread-priority attribute.

Posted by cl...@apache.org.
Fixed documentation issue about message-expiry-thread-priority attribute.


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

Branch: refs/heads/master
Commit: 8d10716cb0bd6c71237f82ff80b3e7dfdb56979e
Parents: f7b5e33
Author: Erich Duda <du...@gmail.com>
Authored: Tue Jul 21 22:02:14 2015 +0200
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Jul 21 22:10:15 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/8d10716c/docs/user-manual/en/message-expiry.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/message-expiry.md b/docs/user-manual/en/message-expiry.md
index 39a4134..919dbfd 100644
--- a/docs/user-manual/en/message-expiry.md
+++ b/docs/user-manual/en/message-expiry.md
@@ -71,7 +71,7 @@ The reaper thread can be configured with the following properties in
 
 -   `message-expiry-thread-priority`
 
-    The reaper thread priority (it must be between 0 and 9, 9 being the
+    The reaper thread priority (it must be between 1 and 10, 10 being the
     highest priority, default is 3)
 
 ## Example