Skip to content

Commit

Permalink
Note about Azure Service Bus names
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Oct 16, 2024
1 parent 14e8255 commit bcaf15f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/guide/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<T>(message)` changed in 3.0 such that the `T` response **is not also published as a
Expand Down

0 comments on commit bcaf15f

Please sign in to comment.