From 9c8df7b3c56fdc305e2883e5c1204164a7647533 Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Fri, 21 Sep 2018 13:39:29 -0500 Subject: [PATCH] NO-JIRA update stomp doc a/b default behavior --- docs/user-manual/en/stomp.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/user-manual/en/stomp.md b/docs/user-manual/en/stomp.md index 27db086b07..feec200dcc 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`