From bcaf15ffbd320cb36ac2c4e6b29e1789d0e4a8ce Mon Sep 17 00:00:00 2001 From: "Jeremy D. Miller" Date: Wed, 16 Oct 2024 16:05:44 -0500 Subject: [PATCH] Note about Azure Service Bus names --- docs/guide/migration.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/guide/migration.md b/docs/guide/migration.md index 040bc2e46..2318d91a2 100644 --- a/docs/guide/migration.md +++ b/docs/guide/migration.md @@ -108,6 +108,11 @@ builder.Services.AddWolverineHttp(); Also for Wolverine.Http users, the `[Document]` attribute behavior in the Marten integration is now "required by default." +### Azure Service Bus + +The Azure Service Bus will now "sanitize" any queue/subscription names to be all lower case. This may impact your usage of +conventional routing. Please report any problems with this to GitHub. + ### Messaging The behavior of `IMessageBus.InvokeAsync(message)` changed in 3.0 such that the `T` response **is not also published as a