Skip to content

Commit 33fb9f0

Browse files
authored
chore: Nats duplicated messages notice
1 parent 845a7e0 commit 33fb9f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

queues/nats.md

+4
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ jobs:
7272

7373
`stream` - stream name.
7474

75+
{% hint style="info" %}
76+
To prevent duplicate message consumption, ensure that each pipeline is configured with a unique NATS stream. Using the same stream for multiple pipelines will result in the same message being processed multiple times.
77+
{% endhint %}
78+
7579
### Deliver new
7680

7781
`deliver_new` - the consumer will only start receiving messages that were created after the consumer was created.

0 commit comments

Comments
 (0)