Skip to content

Commit

Permalink
NO-JIRA update stomp doc a/b default behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
jbertram committed Sep 21, 2018
1 parent 5d91f24 commit 9c8df7b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/user-manual/en/stomp.md
Expand Up @@ -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.
Expand All @@ -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`
Expand Down

0 comments on commit 9c8df7b

Please sign in to comment.