Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-ottolenghi committed Feb 1, 2024
1 parent de3b133 commit bfce7c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/ROOT/pages/bolt/message.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -411,18 +411,18 @@ In version *5.3*, `bolt_agent::Dictionary` was added to indicate the underlying
On versions earlier than *5.1*, the authentication token described on the `LOGON` message should be sent as part of the `HELLO` message instead.
====

[cols="<30,<40",option="header"]
[cols="<30,<40",options="header"]
|===
| `routing` values
| Description

| {"routing": null} or {}
| `{"routing": null}` or `{}`
| the server should not carry out routing

| {"routing": {}}
| `{"routing": {}}`
| the server should carry out routing

| {"routing": {"address": "x.example.com:9001", "region": "example", ...}}
| `{"routing": {"address": "x.example.com:9001", "region": "example", ...}}`
| the server should carry out routing according to the given routing context
|===

Expand Down

0 comments on commit bfce7c6

Please sign in to comment.