We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1745bc + 7646836 commit 6c6909eCopy full SHA for 6c6909e
1 file changed
src/BuslyCLI.Console/Factories/RawEndpointFactory.cs
@@ -57,7 +57,7 @@ private TransportDefinition CreatePostgreSqlTransport(PostgreSqlTransportConfig
57
58
private TransportDefinition CreateAzureStorageQueuesTransport(string connectionString)
59
{
60
- var transport = new AzureStorageQueueTransport(connectionString);
+ var transport = new AzureStorageQueueTransport(connectionString, useNativeDelayedDeliveries: false);
61
transport.MessageWrapperSerializationDefinition = new SystemJsonSerializer();
62
return transport;
63
}
0 commit comments