Browse Source

Merge pull request #21326 from abpframework/rebuspatch

Update default Rebus configuration
pull/21327/head
maliming 1 year ago
committed by GitHub
parent
commit
6df7e01daa
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