Check the docs before asking a question: https://abp.io/docs/latest
Check the samples to see the basic tasks: https://abp.io/docs/latest/samples
The exact solution to your question may have been answered before, and please first use the search on the homepage.
Provide us with the following info:
🧐 Hint: If you are using the ABP Studio, you can see all the information about your solution from the configuration window, which opens when you right-click on the solution and click on the Solution Configuration
button.
- ABP Framework version: v9.0.2
- UI Type: Blazor WASM
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): microservices
- Exception message and full stack trace:
- Steps to reproduce the issue:
Hi,
I've successfully migrated Blazor WASM microservices solution to version v9.0.2. All the projects compiled successfully as well. After running the solution I am receiving the following error for all my services concerning RabbitMQ connection. See the image attached. Any ideas?
Thanks
3 Answer(s)
-
0
-
0
Hi,
But I don't use the RabbitMQ.Client directly, only through Abp libraries. <PackageReference Include="Volo.Abp.EventBus.RabbitMQ" Version="9.0.2" /> <PackageReference Include="Volo.Abp.BackgroundJobs.RabbitMQ" Version="9.0.2" />
-
0