You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by mi...@apache.org on 2018/09/21 21:39:21 UTC

[1/2] activemq-artemis git commit: NO-JIRA update stomp doc a/b default behavior

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 5d91f24d3 -> a9916adcb


NO-JIRA update stomp doc a/b default behavior


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

Branch: refs/heads/master
Commit: 9c8df7b3c56fdc305e2883e5c1204164a7647533
Parents: 5d91f24
Author: Justin Bertram <jb...@apache.org>
Authored: Fri Sep 21 13:39:29 2018 -0500
Committer: Justin Bertram <jb...@apache.org>
Committed: Fri Sep 21 13:39:29 2018 -0500

----------------------------------------------------------------------
 docs/user-manual/en/stomp.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/9c8df7b3/docs/user-manual/en/stomp.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/stomp.md b/docs/user-manual/en/stomp.md
index 27db086..feec200 100644
--- a/docs/user-manual/en/stomp.md
+++ b/docs/user-manual/en/stomp.md
@@ -61,7 +61,9 @@ determine the routing type:
    info](address-model.md#using-prefixes-to-determine-routing-type) on
    prefixes.
 
-If no indication of routing type is supplied then anycast semantics are used.
+If no indication of routing type is supplied then the default defined in the
+corresponding `default-address-routing-type` & `default-queue-routing-type`
+address-settings will be used.
 
 The `destination` header maps to an address of the same name. If the
 `destination` header used a prefix then the prefix is stripped.
@@ -81,7 +83,9 @@ information from the frame to determine the routing type:
    info](address-model.md#using-prefixes-to-determine-routing-type) on
    prefixes.
 
-If no indication of routing type is supplied then anycast semantics are used.
+If no indication of routing type is supplied then the default defined in the
+corresponding `default-address-routing-type` & `default-queue-routing-type`
+address-settings will be used.
 
 The `destination` header maps to an address of the same name if multicast is
 used or to a queue of the same name if anycast is used. If the `destination`


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

Posted by mi...@apache.org.
This closes #2327


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

Branch: refs/heads/master
Commit: a9916adcb45ab4c45eb31e713b08a46ede82666d
Parents: 5d91f24 9c8df7b
Author: Michael Andre Pearce <mi...@me.com>
Authored: Fri Sep 21 22:38:51 2018 +0100
Committer: Michael Andre Pearce <mi...@me.com>
Committed: Fri Sep 21 22:38:51 2018 +0100

----------------------------------------------------------------------
 docs/user-manual/en/stomp.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------