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: docs/content/advanced/requeuing-after-error.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,6 @@ A better way to use the `Requeuer` is to combine it with the `Poison` middleware
50
50
The middleware moves messages to a separate "poison" topic.
51
51
Then, the requeuer moves them back to the original topic based on the metadata.
52
52
53
-
You combine this with a Pub/Sub that supports delayed messages.
53
+
You combine this with a Pub/Sub that [supports delayed messages](/advanced/delayed-messages/#supported-pubsubs).
54
54
See the [full example based on PostgreSQL](https://github.com/ThreeDotsLabs/watermill/blob/master/_examples/real-world-examples/delayed-requeue/main.go).
0 commit comments