mirror of https://github.com/abpframework/abp.git
3 changed files with 14 additions and 10 deletions
@ -0,0 +1,13 @@ |
|||||
|
using Volo.Abp.Modularity; |
||||
|
using Volo.Abp.RabbitMQ; |
||||
|
|
||||
|
namespace Volo.Abp.EventBus.Distributed.RabbitMq |
||||
|
{ |
||||
|
[DependsOn( |
||||
|
typeof(AbpEventBusModule), |
||||
|
typeof(AbpRabbitMqModule))] |
||||
|
public class AbpEventBusRabbitMqModule : AbpModule |
||||
|
{ |
||||
|
|
||||
|
} |
||||
|
} |
||||
@ -1,10 +0,0 @@ |
|||||
using Volo.Abp.Modularity; |
|
||||
|
|
||||
namespace Volo.Abp.EventBus.Distributed.RabbitMq |
|
||||
{ |
|
||||
[DependsOn(typeof(AbpEventBusModule))] |
|
||||
public class AbpRabbitMqDistributedEventBusModule : AbpModule |
|
||||
{ |
|
||||
|
|
||||
} |
|
||||
} |
|
||||
Loading…
Reference in new issue