156 Commits (fa15bc4cae2acca8cc7a5af37a7e8852ba5f8a2f)

Author SHA1 Message Date
maliming 5d07af6001
Add logic to set addToInbox to true if messageId exists in event inbox 4 months ago
maliming 2f98f7fea0
Add configurable retry backoff for inbox processor 8 months ago
maliming 3ff8fb6e78
Upgrade to .NET 10.0. 8 months ago
erdemcaygor 38805d14f5 code refactoring 8 months ago
maliming fe455f0989
Fix retry logic and delay calculation in InboxProcessor 8 months ago
maliming 2f3520ab03
Fix log message formatting in InboxProcessor 8 months ago
maliming 8e06551791
Refactor inbox retry policy configuration 8 months ago
maliming 79d62ccad9
Rename InboxProcessorOptions to AbpInboxProcessorOptions 8 months ago
maliming 7ae4324808
Refactor event handling to use HandledTime property 8 months ago
maliming 1292074763
Added retry and discard feature. 9 months ago
maliming d7dd915d76
Add error handling to InboxProcessor event processing 9 months ago
maliming 951b5f5345
Use unproxied handler type in `EventBusBase` 9 months ago
maliming 2a0f5e8741
Try to add message to inbox. 1 year ago
maliming d70255a254
Add event to all Inbox/Outbox. 1 year ago
maliming 40c9f63371
Make sure `eventType` is not `null`. 1 year ago
maliming fbe3fe10bf
Refactor `LocalDistributedEventBus`. 1 year ago
Nuno Vieira 2d84e52fcd
Changes to make LocalDistributedEventBus able to use outbox/inbox patterns. 1 year ago
maliming 07c73a7b17
Try to add message to inbox. 1 year ago
maliming 95bd271c53
Add event to all Inbox/Outbox. 1 year ago
maliming 69849ead7e
Make sure `eventType` is not `null`. 1 year ago
maliming 01713cc001
Refactor `LocalDistributedEventBus`. 1 year ago
maliming e3542fd102
Publish `DistributedEventSentReceived` events first. 1 year ago
maliming 489c74f1ff
Publish `DistributedEventSent/Received` events in `LocalDistributedEventBus`. 1 year ago
Nuno Vieira 9d95c779a9 Changes to make LocalDistributedEventBus able to use outbox/inbox patterns. 1 year ago
maliming 2fa00c8370
Only publish `DistributedEventSent/DistributedEventReceived ` events in unit test. 1 year ago
maliming 1ebeb2fcfa
Update EventBusBase.cs 1 year ago
maliming e52bc821e1
Avoid `HandlerFactories` being changed during iteration. 1 year ago
maliming 1587b91f2a
Allow to change `DistributedLockName` in sub-class. 1 year ago
maliming b4b4738e42
Added `virtual GetWaitingEventsAsync` to `InboxProcessor/OutboxSender`. 1 year ago
maliming f6af11b7c6
Added `filter` to `GetWaitingEventsAsync` method. 1 year ago
Nico Lachmuth 630139052e make methods of local distributed eventbus virtual 1 year ago
maliming 57d4240159
Skip to set `CorrelationId ` if current value is `null`. 1 year ago
maliming d49665ca27
Update DistributedEventBusBase.cs 1 year ago
maliming 36f5dd4a65
Skip to set `CorrelationId ` if current value is `null`. 1 year ago
Muximize e49cba9bc9
Remove unused Usings 2 years ago
maliming fbbe526a8f Add net8.0` to `TargetFrameworks`. 2 years ago
maliming 971dc3b8ba Upgrade to NET 9.0. 2 years ago
Mark Cilia Vincenti de877d8a36 Cleaning up warnings. 2 years ago
maliming 95261e9d00
Support a handler to implement both `Local` and `Distribute`. 2 years ago
ahmetfarukulu 4e531d890f Rename ".abppkg.json" filenames to ".abppkg" 2 years ago
maliming ca23540e5b Upgrade abp to NET 8.0. 3 years ago
liangshiwei 106d510561 Enable nullable annotations for Volo.Abp.EventBus.* 3 years ago
maliming c04a509607
Eliminate duplicate DistributedEventSent and DistributedEventReceived events. 3 years ago
Halil İbrahim Kalkan 8bb2c7aa1e Use DatabaseName instead of config name 3 years ago
maliming 860c6d9c08
Change current `correlation` when handling events. 3 years ago
maliming 8e7f9aa836
Update LocalEventBus.cs 3 years ago
maliming 0cb497371c
Add `LocalEventHandlerOrderAttribute`. 3 years ago
maliming 5ffc99a1ac
Add `Volo.Abp.Ddd.Domain.Shared package`. 3 years ago
maliming f6a853caa4
Also add `net7.0` as target framework. 3 years ago
maliming bc6db16009
Use multiple `netstandard` target frameworks. 3 years ago