Skip to content
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

Added priority queue design pattern #888

Merged

Conversation

ranjeet-floyd
Copy link
Contributor

Added priority queue design pattern

  • Application posting a message can assign a priority to a message and the messages in the queue are automatically reordered so that messages with a higher priority will be received before those of a lower priority.
  • Issue - Priority Queue pattern #449

Pull request description

@ranjeet-floyd ranjeet-floyd changed the title Added priority queue design pattern [https://docs.microsoft.com/en-us/previous-versions/msp-n-p/dn589794(v=pandp.10) ] Added priority queue design pattern Jun 15, 2019
@iluwatar iluwatar self-assigned this Aug 11, 2019
@iluwatar
Copy link
Owner

There's a conflict in pom.xml that prevents merging this PR

priority-queue/pom.xml Outdated Show resolved Hide resolved
@ranjeet-floyd
Copy link
Contributor Author

There's a conflict in pom.xml that prevents merging this PR

Fixed

@iluwatar iluwatar merged commit 7f6067f into iluwatar:master Aug 31, 2019
@iluwatar
Copy link
Owner

Good job @ranjeet-floyd 👍

@iluwatar iluwatar added this to the 1.21.0 milestone Aug 31, 2019
@ranjeet-floyd ranjeet-floyd deleted the ranjeet/priority-queue-design-pattern branch September 11, 2019 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants