Closed maulik-modi closed 3 years ago
From var subscriptionStorage = new SqlServerOutboxStorage(connectionFactory, tableName);
if (automaticallyCreateTables) { subscriptionStorage.EnsureTableIsCreated(); } return subscriptionStorage;
To var outboxStorage= new SqlServerOutboxStorage(connectionFactory, tableName);
Fixed! Thank you.
From var subscriptionStorage = new SqlServerOutboxStorage(connectionFactory, tableName);
To var outboxStorage= new SqlServerOutboxStorage(connectionFactory, tableName);