ARTEMIS-1721 fix broken doc link

This commit is contained in:
Justin Bertram 2018-03-02 10:39:37 -06:00
parent 85f249c771
commit cf9640bf35
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ Open the file <broker-instance>/etc/broker.xml for editing.
If a user requires to pre-create a queue that routes exclusively to one active consumer the **exclusive** flag can be enabled on the queue.
When **exclusive** is set to **true**. The queue will route messages to the a single active consumer. When the active consumer that is being routed to is detached from the queue, if another active consumer exist, one will be chosen and routing will now be exclusive to it.
See [Exclusive Queue](exclusive.md) for further information.
See [Exclusive Queue](exclusive-queues.md) for further information.
Open the file <broker-instance>/etc/broker.xml for editing.