2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added test to verify machine-qualified queue name behavior More... over 12 years ago
fixed bug in MSMQ path name More... over 12 years ago
implemented integration service sample More... over 12 years ago
added new samples solution More... over 12 years ago
removed the old samples More... over 12 years ago
added tests of container adapters unifying disposal behavior and made sure that Windsor would dispose registered instances More... over 12 years ago
updated Autofac nuspec More... over 12 years ago
added contract test for AutofacContainerAdapter and made most of the nuspec More... over 12 years ago
Merge pull request #104 from clausndk/master More... over 12 years ago
Added Rebus.Autofac for Autofac integration More... over 12 years ago
added contract tests for Windsor and StructureMap More... over 12 years ago
Merge pull request #103 from clausndk/master More... over 12 years ago
Added InMemoryExtensions for easy in-memory storage configuration Updated logging configuration to return instantiated object in stead of creating a new configurer and hence registering container once again More... over 12 years ago
ensured that the fluent configuration API would not register the container adapter twice as an IActivateHandlers More... over 12 years ago
modified build script after reported problem with ILmergeing on a machine with .NET 4.5 installed More... over 12 years ago
Deferred messages' TimeoutReplyHandler did not honour the correlation id More... over 12 years ago
Test and fix for memory leak in dispatcher/handleractivators. Thanks to @LarsUden. More... over 12 years ago
Merge More... over 12 years ago
added ability for SqlServerSagaPersister to store multiple sagas in one database More... over 12 years ago
fixed it, so that the Mongo tests would run again without interfering with each other More... over 12 years ago
removed test of dynamic dispatch which was silly and made no sense More... over 12 years ago
added test to verify MongoDbSagaPersister's collection naming stuff More... over 12 years ago
Fixing the update method of the raven saga persister More... over 12 years ago
fixed big Mongo saga integration test More... over 12 years ago
added ability to explicitly specify saga collection names to the MongoDB saga persister More... over 12 years ago
MongoDB saga test fixture must drop the saga collection before running to ensure that previously created indexes don't interfere More... over 12 years ago
added test case to verify that the data store enforces a unique constraint on correlation properties of sagas More... over 12 years ago
changed test after having divided Save into Insert/Update on the saga persisters More... over 12 years ago
commented the IStoreSagaData interface More... over 12 years ago
fixed the delete/update problem with MongoDB and SQL Server saga persisters - still need to take a look at the RavenDB saga persister More... over 12 years ago