We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61557d0 commit db359fdCopy full SHA for db359fd
deps/rabbitmq_amqp1_0/README.md
@@ -195,6 +195,9 @@ The intent is that the source and destination address formats should be
195
mostly the same as those supported by the STOMP plugin, to the extent
196
permitted by AMQP 1.0 semantics.
197
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
+
201
## Virtual Hosts
202
203
AMQP 1.0 has no equivalent of AMQP 0-9-1 virtual hosts. A virtual host
0 commit comments