Open Closed

ABP RabbitMQ integration with Exchanges Types and Routing Key #2938


User avatar
0
ElifKaya created

Hi,

I tried this example from https://docs.abp.io/en/abp/4.4/Distributed-Event-Bus-RabbitMQ-Integration. And I want to add exchange type as a Topic Exchange and also I want to add a Routing Key. How can I do this by ABP Framework options or something like that?

Thanks,

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

ABP Framework version: v5.1.1

UI type: / MVC /

DB provider: EF Core

Tiered (MVC) or Identity Server Separated (Angular): yes / no

Exception message and stack trace:

Steps to reproduce the issue:"


1 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    See: https://github.com/abpframework/abp/pull/12023

    When 5.3 is released, you can specify the exchange type .

    By default, ABP uses EventNameAttribute as RoutingKey. see:https://docs.abp.io/en/abp/latest/Distributed-Event-Bus#event-name

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11