You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: queues/nats.md
+4
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,10 @@ jobs:
72
72
73
73
`stream`- stream name.
74
74
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
+
75
79
### Deliver new
76
80
77
81
`deliver_new`- the consumer will only start receiving messages that were created after the consumer was created.
0 commit comments