Browse Source

Merge pull request #21327 from abpframework/auto-merge/rel-9-0/3194

Merge branch dev with rel-9.0
pull/21341/head
maliming 1 year ago
committed by GitHub
parent
commit
5ccf7de0be
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      framework/src/Volo.Abp.EventBus.Rebus/Volo/Abp/EventBus/Rebus/AbpRebusEventBusOptions.cs

1
framework/src/Volo.Abp.EventBus.Rebus/Volo/Abp/EventBus/Rebus/AbpRebusEventBusOptions.cs

@ -29,7 +29,6 @@ public class AbpRebusEventBusOptions
private void DefaultConfigure(RebusConfigurer configure)
{
configure.Subscriptions(s => s.StoreInMemory());
configure.Transport(t => t.UseInMemoryTransport(new InMemNetwork(), InputQueueName));
}
}

Loading…
Cancel
Save