0
mmaldonado@emscltd.com created
- ABP framework version: 6.0.3
- UI Type: Angular
- Database system: EF Core (SQL Server)
- Tiered (for MVC) or separate auth server (for Angular): yes
If I have product-service, order-service and provider-service and they need to communicate with each other to send and receive information, what should be the best way to implement this.
I tried using the documentation and it gives me a cyclical error because of the references.
1 Answer(s)
-
1
Hello,
please check https://docs.abp.io/en/abp/latest/Distributed-Event-Bus
thanks