1%% This Source Code Form is subject to the terms of the Mozilla Public 2%% License, v. 2.0. If a copy of the MPL was not distributed with this 3%% file, You can obtain one at https://mozilla.org/MPL/2.0/. 4%% 5%% Copyright (c) 2011-2020 VMware, Inc. or its affiliates. All rights reserved. 6%% 7 8-define(QUEUE_PREFIX, "/queue"). 9-define(TOPIC_PREFIX, "/topic"). 10-define(EXCHANGE_PREFIX, "/exchange"). 11-define(AMQQUEUE_PREFIX, "/amq/queue"). 12-define(TEMP_QUEUE_PREFIX, "/temp-queue"). 13%% reply queues names can have slashes in the content so no further 14%% parsing happens. 15-define(REPLY_QUEUE_PREFIX, "/reply-queue/"). 16