Skip to content

Commit db359fd

Browse files
authored
Update README.md
1 parent 61557d0 commit db359fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deps/rabbitmq_amqp1_0/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,9 @@ The intent is that the source and destination address formats should be
195195
mostly the same as those supported by the STOMP plugin, to the extent
196196
permitted by AMQP 1.0 semantics.
197197

198+
Address format `"/amq/queue/" Q` refers to existing queues, i.e. queues created outside the RabbitMQ AMQP 1.0 plugin.
199+
Other address formats, e.g. `"/queue/" Q` refer to queues managed by the RabbitMQ AMQP 1.0 plugin, i.e. the plugin will declare such queues.
200+
198201
## Virtual Hosts
199202

200203
AMQP 1.0 has no equivalent of AMQP 0-9-1 virtual hosts. A virtual host

0 commit comments

Comments
 (0)