Skip to content

docs: change DLQ migration docs to use DeadLetterQueueConfiguration extension API#4696

Merged
smcvb merged 1 commit into
mainfrom
docsfix-dlq-config
Jun 30, 2026
Merged

docs: change DLQ migration docs to use DeadLetterQueueConfiguration extension API#4696
smcvb merged 1 commit into
mainfrom
docsfix-dlq-config

Conversation

@MateuszNaKodach

Copy link
Copy Markdown
Contributor

Updates the DLQ migration guide examples to reflect the current Axon Framework 5 configuration API. Replaces the obsolete deadLetterQueue(dlq -> ...) fluent builder with registering a DeadLetterQueueConfiguration extension via the extend method on PooledStreamingEventProcessorConfiguration. Adds the required import statements across all affected code samples (basic enable, Spring Boot EventProcessorDefinition, custom factory, and enqueue policy examples).

@MateuszNaKodach MateuszNaKodach requested a review from a team as a code owner June 30, 2026 07:51
@MateuszNaKodach MateuszNaKodach requested review from hjohn, jangalinski and zambrovski and removed request for a team June 30, 2026 07:51
@MateuszNaKodach MateuszNaKodach changed the title Fix DLQ migration docs to use DeadLetterQueueConfiguration extension API docs: change DLQ migration docs to use DeadLetterQueueConfiguration extension API Jun 30, 2026
@MateuszNaKodach MateuszNaKodach self-assigned this Jun 30, 2026
@MateuszNaKodach MateuszNaKodach added Priority 1: Must Highest priority. A release cannot be made if this issue isn’t resolved. Type: Documentation Use to signal issues that describe documentation work. labels Jun 30, 2026
@MateuszNaKodach MateuszNaKodach changed the base branch from axon-5.1.x to main June 30, 2026 07:58
@MateuszNaKodach MateuszNaKodach added this to the Release 5.2.0 milestone Jun 30, 2026

@smcvb smcvb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👍

@smcvb smcvb merged commit 3901457 into main Jun 30, 2026
12 checks passed
@smcvb smcvb deleted the docsfix-dlq-config branch June 30, 2026 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Priority 1: Must Highest priority. A release cannot be made if this issue isn’t resolved. Type: Documentation Use to signal issues that describe documentation work.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants