Skip to content

Commit 589ee70

Browse files
Update java/outbox.md
Co-authored-by: BraunMatthias <59841349+BraunMatthias@users.noreply.github.com>
1 parent 0d5b5ed commit 589ee70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/outbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ It is crucial to make the service `OutboxDeadLetterQueueService` accessible for
357357

358358
### Reading Dead Entries
359359

360-
Filtering the dead entries is done by adding by adding an appropriate `where`-clause to `READ`-queries on the outbox message entries which reached maximum number of retries. The following code provides an example handler implementation defining this behaviour for the `DeadLetterQueueService`:
360+
Filtering the dead entries is done by adding an appropriate `where`-clause to all `READ`-queries which covers all outbox message entries with maximum number of retries. The following code provides an example handler implementation defining this behaviour for the `DeadLetterQueueService`:
361361

362362
```java
363363
@Component

0 commit comments

Comments
 (0)