Skip to content

Commit 841b4f8

Browse files
author
Travis Nickels
committed
Cleanup transport method call
1 parent 4b9548a commit 841b4f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ServiceControl.Transports.RabbitMQ/TransportConfigurationExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public static void ApplyConnectionString(this TransportExtensions<RabbitMQTransp
2020
if (builder.GetBooleanValue("UseExternalAuthMechanism"))
2121
{
2222
transport.UseExternalAuthMechanism();
23-
transport.DoNotUseManagementApi();
2423
}
2524

2625
if (builder.GetBooleanValue("DisableManagementApi"))

0 commit comments

Comments
 (0)