Skip to content

Commit

Permalink
Fix queue group link in Concurrent Message Processing example (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeriddles authored Oct 29, 2024
1 parent b417f57 commit e3db9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/messaging/concurrent/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title: Concurrent Message Processing
description: |-
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
setup in a [queue group][1] in which case the NATS server will
distribute messages to each member of the group.
However, even within a subscription, it may be desirable to handle
Expand Down

1 comment on commit e3db9b0

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for nats-by-example ready!

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

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

Please sign in to comment.