Skip to content

Commit 580878b

Browse files
authored
Update AzureStorageQueueTransport initialization
1 parent e1745bc commit 580878b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BuslyCLI.Console/Factories/RawEndpointFactory.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ private TransportDefinition CreatePostgreSqlTransport(PostgreSqlTransportConfig
5757

5858
private TransportDefinition CreateAzureStorageQueuesTransport(string connectionString)
5959
{
60-
var transport = new AzureStorageQueueTransport(connectionString);
60+
var transport = new AzureStorageQueueTransport(connectionString, useNativeDelayedDeliveries: false);
6161
transport.MessageWrapperSerializationDefinition = new SystemJsonSerializer();
6262
return transport;
6363
}
@@ -201,4 +201,4 @@ private static async Task<TransportInfrastructure> InternalCreateInfrastructure(
201201

202202
return infrastructure;
203203
}
204-
}
204+
}

0 commit comments

Comments
 (0)