Particular / NServiceBus.Storage.MongoDB

NServiceBus MongoDB persistence
Other
5 stars 6 forks source link

Support timeouts. #290

Closed gdar91 closed 2 years ago

gdar91 commented 2 years ago

Timeouts are one of the most powerful features of NServiceBus sagas. It's sad to see the official MongoDB storage library not supporting it (even in the upcoming v3 release), while legacy, community-driven ones doing it, and while MongoDB is getting more and more powerful with the addition of ACID transactions. Please support timeouts for MongoDB.

gdar91 commented 2 years ago

I see the old Timeout Manager is deprecated in favor of transport-native delayed deliveries.