Skip to content

Commit

Permalink
examples: update topology.json for LongString changes
Browse files Browse the repository at this point in the history
It now carries binary data

Fixes #385

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
  • Loading branch information
Keruspe committed Aug 8, 2023
1 parent 143ab09 commit 8b5f3c1
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions examples/topology.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,32 @@
"name": "trash-queue",
"arguments": {
"x-dead-letter-exchange": {
"LongString": "test-exchange"
"LongString": [
116,
101,
115,
116,
45,
101,
120,
99,
104,
97,
110,
103,
101
]
},
"x-dead-letter-routing-key": {
"LongString": "test-rk"
"LongString": [
116,
101,
115,
116,
45,
114,
107
]
},
"x-message-ttl": {
"LongUInt": 2000
Expand Down

0 comments on commit 8b5f3c1

Please sign in to comment.