Skip to content

Commit 799e223

Browse files
author
Travis Nickels
committed
Remove disableManagementApi
1 parent fad9f5c commit 799e223

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ServiceControl.Transports.RabbitMQ/TransportConfigurationExtensions.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ public static void ApplyConnectionString(this TransportExtensions<RabbitMQTransp
2121
{
2222
transport.UseExternalAuthMechanism();
2323
}
24-
25-
if (builder.GetBooleanValue("DisableManagementApi"))
26-
{
27-
transport.DoNotUseManagementApi();
28-
}
2924
}
3025

3126
transport.ConnectionString(connectionString);

0 commit comments

Comments
 (0)