Skip to content

Commit

Permalink
Update java/outbox.md
Browse files Browse the repository at this point in the history
Co-authored-by: BraunMatthias <[email protected]>
  • Loading branch information
t-bonk and BraunMatthias authored Feb 22, 2024
1 parent 4078d60 commit e95da26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/outbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Alternatively, you can add `using from '@sap/cds/srv/outbox';` to your base mode

CAP Java by default provides two persistent outbox services:

- `OutboxService.PERSISTENT_ORDERED_NAME` which is used by default by messaging services and
- `DefaultOutboxOrdered` (technical id `OutboxService.PERSISTENT_ORDERED_NAME`) which sequentially processes the messages according to the stored order and
- `DefaultOutboxUnordered` (technical id `OutboxService.PERSISTENT_UNORDERED_NAME`) which processes the messages in arbitrary order and thus also allows parallelization.

The default configuration for both outboxes can be overridden using the `outbox.services` section in the _application.yaml_:
Expand Down

0 comments on commit e95da26

Please sign in to comment.