I want to use redis cache with IDistributedCache.
There will be no problem using Redis with
IDistributedCache
.And I want to manage cache data to add, remove notification operation.
Redis as a backplane and use
IDistributedCache
to manage messages, I think there may be problems. This is not recommended.
But, when I add to data to IDistributedCache, I can not see this data on Redis. So, How I can user redis with IDistributedCache. I configured redis according to abp document. Actually, this was my first question at the top of the page.
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
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?