Skip to content

Commit a6653f2

Browse files
authored
Fix AMQP 1.0 address doc
Since b71e21e5d3e, the AMQP 1.0 plugin never creates temporary (i.e. auto-delete or exclusive) queues.
1 parent 7ba49b1 commit a6653f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbitmq_amqp1_0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ For targets, addresses are:
185185

186186
For sources, addresses are:
187187

188-
= "/exchange/" X "/" BK Consume from temp queue bound to X with binding key BK
189-
| "/topic/" BK Consume from temp queue bound to amq.topic with binding key BK
188+
= "/exchange/" X "/" BK Consume from queue bound to X with binding key BK
189+
| "/topic/" BK Consume from queue bound to amq.topic with binding key BK
190190
| "/amq/queue/" Q Consume from Q
191191
| "/queue/" Q Consume from Q
192192
| Q (no leading slash) Consume from Q

0 commit comments

Comments
 (0)