You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ma...@apache.org on 2016/06/20 10:45:58 UTC

[1/2] activemq-artemis git commit: fixed minor formatting typos

Repository: activemq-artemis
Updated Branches:
  refs/heads/master a39f43dfe -> efdafb092


fixed minor formatting typos


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

Branch: refs/heads/master
Commit: 0ce077eea1917415de846d70cb08419e612e0925
Parents: a39f43d
Author: Lionel Cons <li...@cern.ch>
Authored: Mon Jun 20 09:37:11 2016 +0200
Committer: Lionel Cons <li...@cern.ch>
Committed: Mon Jun 20 09:37:11 2016 +0200

----------------------------------------------------------------------
 docs/user-manual/en/configuring-transports.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/0ce077ee/docs/user-manual/en/configuring-transports.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/configuring-transports.md b/docs/user-manual/en/configuring-transports.md
index 1e18b4d..872fe2f 100644
--- a/docs/user-manual/en/configuring-transports.md
+++ b/docs/user-manual/en/configuring-transports.md
@@ -256,10 +256,9 @@ Netty for simple TCP:
     small number of consumers, but at the cost of overall throughput and
     scalability - especially on multi-core machines. If you want the
     lowest latency and a possible reduction in throughput then you can
-    use the default value for `directDeliver` (i.e. true). If you are
+    use the default value for `directDeliver` (i.e. `true`). If you are
     willing to take some small extra hit on latency but want the highest
-    throughput set `directDeliver` to `false
-                            `.
+    throughput set `directDeliver` to `false`.
 
 -   `nioRemotingThreads`. When configured to use NIO, Apache ActiveMQ Artemis will,
     by default, use a number of threads equal to three times the number
@@ -422,6 +421,6 @@ additional properties:
 -   `httpServerScanPeriod`. How often, in milliseconds, to scan for
     clients needing responses
 
--   `httpRequiresSessionId`. If true the client will wait after the
+-   `httpRequiresSessionId`. If `true` the client will wait after the
     first call to receive a session id. Used the http connector is
     connecting to servlet acceptor (not recommended)


[2/2] activemq-artemis git commit: This closes #592

Posted by ma...@apache.org.
This closes #592


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

Branch: refs/heads/master
Commit: efdafb092e4c9ebd6d3a8e5c75b45dd3081e4cc6
Parents: a39f43d 0ce077e
Author: Martyn Taylor <mt...@redhat.com>
Authored: Mon Jun 20 11:45:31 2016 +0100
Committer: Martyn Taylor <mt...@redhat.com>
Committed: Mon Jun 20 11:45:31 2016 +0100

----------------------------------------------------------------------
 docs/user-manual/en/configuring-transports.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------