Skip to content

Add correlation ID support to RabbitMQ's JobQueue#24755

Merged
EngincanV merged 2 commits intodevfrom
JobQueue-CorrelationId
Jan 28, 2026
Merged

Add correlation ID support to RabbitMQ's JobQueue#24755
EngincanV merged 2 commits intodevfrom
JobQueue-CorrelationId

Conversation

@maliming
Copy link
Member

Resolve #24753

Copilot AI review requested due to automatic review settings January 27, 2026 10:33
@maliming maliming added this to the 10.2-preview milestone Jan 27, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds correlation ID support to the RabbitMQ background jobs implementation, addressing issue #24753. The feature allows correlation IDs to be propagated through background job execution, similar to how they work in EventBus.RabbitMQ.

Changes:

  • Added ICorrelationIdProvider dependency injection to JobQueue<TArgs> constructor
  • Modified MessageReceived method to set correlation ID context when consuming messages
  • Added using Volo.Abp.Tracing namespace

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

@maliming maliming requested a review from EngincanV January 28, 2026 00:56
@EngincanV EngincanV merged commit ed10e56 into dev Jan 28, 2026
8 of 9 checks passed
@EngincanV EngincanV deleted the JobQueue-CorrelationId branch January 28, 2026 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add CorrelationId Support to BackgroundJobs.RabbitMQ

3 participants