From db359fd59d9efa5ad4e4fcd815620563ad2c7b69 Mon Sep 17 00:00:00 2001 From: David Ansari Date: Fri, 27 Oct 2023 11:52:40 +0200 Subject: [PATCH] Update README.md --- deps/rabbitmq_amqp1_0/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deps/rabbitmq_amqp1_0/README.md b/deps/rabbitmq_amqp1_0/README.md index 1000f76e37..495c2674e5 100644 --- a/deps/rabbitmq_amqp1_0/README.md +++ b/deps/rabbitmq_amqp1_0/README.md @@ -195,6 +195,9 @@ The intent is that the source and destination address formats should be mostly the same as those supported by the STOMP plugin, to the extent permitted by AMQP 1.0 semantics. +Address format `"/amq/queue/" Q` refers to existing queues, i.e. queues created outside the RabbitMQ AMQP 1.0 plugin. +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. + ## Virtual Hosts AMQP 1.0 has no equivalent of AMQP 0-9-1 virtual hosts. A virtual host