Activities of "ElifKaya"

hi

I suggest you do this.

but I could send message by using IDistributedCache.

Can you share some code?

I want to use redis cache with IDistributedCache. And I want to manage cache data to add, remove notification operation.

Hello,

I used SignalR and I want to use redis as a backplane. But I don't want to use both together, so I didn't use like that.

I want to keep message in redis as separately, then I will control remove message from cache according to my condition. I mean, I configured redis option and tried to use redis cache with IDistributedCache. Is it possible, or how can I set and get data to redis cache?

Now, I can not see my message in redis but I could send message by using IDistributedCache.

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.3.3
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

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?

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

thanks

hi

ConfigureServices will be executed once when the application starts.

yes but, is there a way to override it later like in a AbpBlobStoringOptions?

hi

What do you mean AbpDynamicOptions?

Can you explain it in details?

I can change my custom aws options but, I can not change AbpTwilioOptions.

Then, I can use like this,

But, I need to change AbpTwilioSmsOptions in ConfigureServices according to parameters from UI.

Hi,

I used AbpDynamicOptions, and I want to change settings value from UI. I can change my custom option class, but how can I change AbpTwilioSmsOptions. Can you give an example?

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

UI type: MVC

DB provider: EF Core

Tiered (MVC): yes

Exception message and stack trace:

Steps to reproduce the issue:"

hi

_yourModal.onOpen(function () { 
    _yourModal.getForm().abpAjaxForm({ 
        error: function (jqXhr) { 
            var error = jqXhr.responseJSON.error; 
 
            return false; 
        } 
    }); 
}) 

thank you :)

Showing 41 to 50 of 102 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30