Open Closed

RabbitMQ error while migration to v9.0.2 #8516


User avatar
0
icoretchi created

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)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    I think it's related to the RabbitMQ client package version.

    Your project may have a package installed that is inconsistent with the version used by ABP.

    ABP use RabbitMQ.Client 6.8.1 version, you can check your solution.

  • User Avatar
    0
    icoretchi created

    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" />

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    You can check all package versions and dependency relationships in the project.assets.json file

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.2.0-preview. Updated on March 13, 2025, 04:08