You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new configuration API for Transactional Session v3.3.0 (#1754)
* Add new tx session config API
* Disable outbox cleanup if remote processor is set
* Approve API
* Approve
* Sort internals visible to
* Add acceptance test
* Make processor use send only outbox
* Make persistence available via settings
* Avoid using test keys
* Add test for old client
* Revert
* Fix capturing logic
* Remove uneeded behavior
* Use new service provider capturing approach
* Update src/NServiceBus.Persistence.Sql.TransactionalSession/SqlPersistenceTransactionalSessionExtensions.cs
* WIP
* Make the processor endpoint own the outbox storage with transactional session
* Remove the outbox table creation
* remove a line of code
* Creating outbox table moved to processor
* Make passing endpoint name explicit
* Do not create outbox table when processor endpoint is defined
* update to latest beta of tx session
* Update to 3.3.0
---------
Co-authored-by: Christian <christian.quiros@particular.net>
Co-authored-by: Poornima Nayar <poornima.nayar@particular.net>
Copy file name to clipboardExpand all lines: src/NServiceBus.Persistence.Sql.TransactionalSession/NServiceBus.Persistence.Sql.TransactionalSession.csproj
0 commit comments