[rel-9.1] Changes to make LocalDistributedEventBus able to use outbox/inbox patterns. by @maliming in #22134 Add the missing translation text. by @maliming in #22135 Add custom IdentityErrorDescriber for localized error messages. by @maliming in #22137 Angular - Fixing angular eslint depen...
if enable inbox/outbox , FirstOrDefaultAsync success; why? 😫 publicclassMyDbContext:AbpDbContext<MyDbContext>,IEfCoreDbContext,IHasEventOutbox,IHasEventInbox{// ···}[UnitOfWork]publicasyncTaskHandleEventAsync(MyEtoeventData){// SUCCESSvard=await_repository.FirstOrDefaultAsync();} Looking for...
Assume we are using RabbitMQ. When the event bus receives a message, it doesn't ACK yet, but only processes the message (event). After that, it invokes the RabbitMQ API to ACK the msg above. I think the outbox/inbox should be in an independent module (likeVolo.Abp.EventOutboxandVolo...
Move inbox/outbox classes to the right namespace hikalkan committed Nov 30, 2022 4a680cd Fixed the checking null condition malikmasis committed Nov 30, 2022 40f5aad Merge branch 'dev' into Extra-filters-12512 malikmasis committed Nov 30, 2022 7f14507 Documented AbpEventBusBoxes...