Skip to content

Fix broken link to Configure Queue topic [v/5.5] #1749

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: v/5.5
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/modules/data-structures/pages/priority-queue.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ Items in this queue do not necessarily follow the FIFO or LIFO order;
you assign a comparator which defines the order in which items will be stored in the queue.
Items with higher priority get polled first, regardless of when they have been added.

Its configuration is same as the regular queue as explained in <<configuring-queue>>
except the additional comparator configuration element. A declarative example
Its configuration is the same as for the regular queue, as explained in xref:data-structures:queue.adoc#configuring-queue[Configuring Queue], except the additional comparator configuration element. A declarative example
is shown below:

[tabs]
Expand Down