Skip to content

[Host.AmazonSQS] Fix SQS topic producer lookup when provisioning is disabled#476

Merged
zarusz merged 1 commit into
masterfrom
feature/fix-sqs-topic-producer-pathkind
Jun 19, 2026
Merged

[Host.AmazonSQS] Fix SQS topic producer lookup when provisioning is disabled#476
zarusz merged 1 commit into
masterfrom
feature/fix-sqs-topic-producer-pathkind

Conversation

@zarusz

@zarusz zarusz commented Jun 18, 2026

Copy link
Copy Markdown
Owner

Summary

  • Fix AmazonSQS publish metadata resolution to use the producer's configured PathKind instead of always preloading paths as queues.
  • Preserve the queue fallback for dynamic response paths where there is no producer declaration.
  • Add a mocked regression test covering topic publish with topology provisioning disabled.

Fixes #443.

Verification

  • dotnet test src\Tests\SlimMessageBus.Host.AmazonSQS.Test\SlimMessageBus.Host.AmazonSQS.Test.csproj --filter "Category!=Integration" -v minimal -p:UseSharedCompilation=false -p:MSBuildEnableWorkloadResolver=false

Signed-off-by: Tomasz Maruszak <maruszaktomasz@gmail.com>
@zarusz zarusz force-pushed the feature/fix-sqs-topic-producer-pathkind branch from ba39b87 to 761d47b Compare June 18, 2026 22:49
@zarusz zarusz self-assigned this Jun 18, 2026
@zarusz zarusz changed the title Fix SQS topic producer lookup when provisioning is disabled [Host.AmazonSQS] Fix SQS topic producer lookup when provisioning is disabled Jun 18, 2026
@sonarqubecloud

Copy link
Copy Markdown

@zarusz zarusz merged commit 6dfce3e into master Jun 19, 2026
53 of 54 checks passed
@zarusz zarusz deleted the feature/fix-sqs-topic-producer-pathkind branch June 19, 2026 07:29
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.

[Host.AmazonSQS] sqs publish assumes queue if provisioning is disabled

1 participant