summaryrefslogtreecommitdiff
path: root/deps/amqp_client/include/rabbit_routing_prefixes.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'deps/amqp_client/include/rabbit_routing_prefixes.hrl')
-rw-r--r--deps/amqp_client/include/rabbit_routing_prefixes.hrl15
1 files changed, 15 insertions, 0 deletions
diff --git a/deps/amqp_client/include/rabbit_routing_prefixes.hrl b/deps/amqp_client/include/rabbit_routing_prefixes.hrl
new file mode 100644
index 0000000000..49c680deec
--- /dev/null
+++ b/deps/amqp_client/include/rabbit_routing_prefixes.hrl
@@ -0,0 +1,15 @@
+%% This Source Code Form is subject to the terms of the Mozilla Public
+%% License, v. 2.0. If a copy of the MPL was not distributed with this
+%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
+%%
+%% Copyright (c) 2011-2020 VMware, Inc. or its affiliates. All rights reserved.
+%%
+
+-define(QUEUE_PREFIX, "/queue").
+-define(TOPIC_PREFIX, "/topic").
+-define(EXCHANGE_PREFIX, "/exchange").
+-define(AMQQUEUE_PREFIX, "/amq/queue").
+-define(TEMP_QUEUE_PREFIX, "/temp-queue").
+%% reply queues names can have slashes in the content so no further
+%% parsing happens.
+-define(REPLY_QUEUE_PREFIX, "/reply-queue/").