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

Fix queue group link in Concurrent Message Processing example #271

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

joeriddles
Copy link
Contributor

Fix link for queue group in Concurrent Message Processing

Before:

By default, when a subscription is created, each message that is received it process sequentially. There can be multiple subscriptions setup in a [queue group][queue] in which case the NATS server will distribute messages to each member of the group.

After:

By default, when a subscription is created, each message that is received it process sequentially. There can be multiple subscriptions setup in a queue group in which case the NATS server will distribute messages to each member of the group.

@joeriddles joeriddles requested a review from bruth October 29, 2024 16:54
Copy link

Deploy preview for nats-by-example ready!

✅ Preview
https://nats-by-example-ig4a3ta3m-connecteverything.vercel.app

Built with commit c3a3695.
This pull request is being automatically deployed with vercel-action

Copy link
Collaborator

@bruth bruth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@bruth bruth merged commit e3db9b0 into main Oct 29, 2024
1 check passed
@bruth bruth deleted the joeriddles/fix-queue-group-link branch October 29, 2024 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants