Skip to content

Commit

Permalink
Reintroduce hybrid mode in the approval files
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBZA committed Nov 11, 2022
1 parent 38690bc commit b6e87a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ namespace NServiceBus
public static class MessageDrivenPubSubCompatibilityModeConfiguration
{
public static NServiceBus.SubscriptionMigrationModeSettings EnableMessageDrivenPubSubCompatibilityMode(this NServiceBus.RoutingSettings routingSettings) { }
[System.Obsolete("Native publish/subscribe is always enabled in version 7. All endpoints must be up" +
"dated to use native publish/subscribe before updating to this version. Will be r" +
"emoved in version 8.0.0.", true)]
public static NServiceBus.SubscriptionMigrationModeSettings EnableMessageDrivenPubSubCompatibilityMode(this NServiceBus.TransportExtensions<NServiceBus.SqlServerTransport> transportExtensions) { }
}
public static class PublishOptionsExtensions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ namespace NServiceBus
public static class MessageDrivenPubSubCompatibilityModeConfiguration
{
public static NServiceBus.SubscriptionMigrationModeSettings EnableMessageDrivenPubSubCompatibilityMode(this NServiceBus.RoutingSettings routingSettings) { }
[System.Obsolete("Native publish/subscribe is always enabled in version 7. All endpoints must be up" +
"dated to use native publish/subscribe before updating to this version. Will be r" +
"emoved in version 8.0.0.", true)]
public static NServiceBus.SubscriptionMigrationModeSettings EnableMessageDrivenPubSubCompatibilityMode(this NServiceBus.TransportExtensions<NServiceBus.SqlServerTransport> transportExtensions) { }
}
public static class PublishOptionsExtensions
Expand Down

0 comments on commit b6e87a7

Please sign in to comment.