Skip to content

Conversation

@danielmarbach
Copy link
Contributor

@danielmarbach danielmarbach commented Mar 12, 2025

Description

This PR introduces support for

  • NServiceBus.Transport.AzureServiceBus v5
  • The possibility to configure the topology via the application configuration

Documentation

@danielmarbach danielmarbach self-assigned this Mar 12, 2025
services.AddSingleton(serverless);
services.AddSingleton<InProcessFunctionEndpoint>();
services.AddSingleton<IFunctionEndpoint>(sp => sp.GetRequiredService<InProcessFunctionEndpoint>());
_ = services.AddSingleton(serviceBusTriggeredEndpointConfiguration);
Copy link
Member

Choose a reason for hiding this comment

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

Out of curiosity: what is the value of adding _?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Probably not much other than clearly showing that the return type is not being consumed

@danielmarbach danielmarbach merged commit badade3 into master Mar 13, 2025
4 checks passed
@danielmarbach danielmarbach deleted the upgrade-asb branch March 13, 2025 10:13
@danielmarbach danielmarbach mentioned this pull request Mar 13, 2025
@danielmarbach danielmarbach changed the title Support Azure Service Bus v5 and topic per event topology Support for NServiceBus.Transport.AzureServiceBus v5 Mar 14, 2025
@danielmarbach danielmarbach added this to the 6.0.0 milestone Mar 14, 2025
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.

2 participants