Open Closed

how to manage RabbitMQ error log with ABP Framework #4243


User avatar
0
ElifKaya created

Hi,

Is there a best practice to store error log in RabbitMQ in ABP?

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.3.3

UI type: Blazor

DB provider: EF Core

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

Exception message and stack trace:

Steps to reproduce the issue:"


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

    Hi,

    Can you explain it in detail? thanks.

  • User Avatar
    0
    ElifKaya created

    Hi,

    Can you explain it in detail? thanks.

    Is there any way to keep error log topic with ABP? I used ABP RabbitMqDistributedEventBus with BackgroundJobManager and I'am sending message to queue. Bu if there is an error, t I want to keep error log in other topic in RabbitMq like a,

    Is there any way to keep error log topic with ABP?

  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    Hi, ABP does not provide any UI or monitoring service for RabbitMQ Logs. There are great third-party tools for these purposes. You can check the Elastic Agent for instance: https://docs.elastic.co/en/integrations/rabbitmq . It collects and parses logs from RabbitMQ servers with Elastic Agent (APM). .

  • User Avatar
    0
    ElifKaya created

    Hi, ABP does not provide any UI or monitoring service for RabbitMQ Logs. There are great third-party tools for these purposes. You can check the Elastic Agent for instance: https://docs.elastic.co/en/integrations/rabbitmq . It collects and parses logs from RabbitMQ servers with Elastic Agent (APM).

    Thank you so much for advice

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