Browse Source
Merge pull request #21326 from abpframework/rebuspatch
Update default Rebus configuration
pull/21327/head
maliming
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
framework/src/Volo.Abp.EventBus.Rebus/Volo/Abp/EventBus/Rebus/AbpRebusEventBusOptions.cs
|
|
@ -29,7 +29,6 @@ public class AbpRebusEventBusOptions |
|
|
|
|
|
|
|
|
private void DefaultConfigure(RebusConfigurer configure) |
|
|
private void DefaultConfigure(RebusConfigurer configure) |
|
|
{ |
|
|
{ |
|
|
configure.Subscriptions(s => s.StoreInMemory()); |
|
|
|
|
|
configure.Transport(t => t.UseInMemoryTransport(new InMemNetwork(), InputQueueName)); |
|
|
configure.Transport(t => t.UseInMemoryTransport(new InMemNetwork(), InputQueueName)); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|