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 <[email protected]> Authored: Fri Sep 21 13:39:29 2018 -0500 Committer: Justin Bertram <[email protected]> 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`
