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 IMessageContext to Windsor More... over 12 years ago
don't try to decode null More... over 12 years ago
don't try to use a thread bound model that's closed - it's most likely a sign that the underlying connection was closed, i.e. the model actually belongs to a previously disposed instance of the message queue and it's only there because it's thread static More... over 12 years ago
ack now seems to work More... over 12 years ago
still messing with the Rabbit More... over 12 years ago
wrote failing test case that proves that ACK doesn't work (like I thought it would) More... over 12 years ago
removed the subscription thing because it didn't help performance at all More... over 12 years ago
corrected some Rabbit stuff More... over 12 years ago
Mongo saga persister now looks up the name of the Revision field via the serializer - should probably do the same with _id as well.... More... over 12 years ago
fixed RabbitMQ transport a little bit - made it less performant but more safe More... over 12 years ago
merged update to HTTP gateway More... over 12 years ago
updated RavenDB deps More... over 12 years ago
updated some stuff around Rabbit MQ More... over 12 years ago
made some tests pass More... over 12 years ago
error queue has left the IReceiveMessage if long ago More... over 12 years ago
ability to set MIN log level on console loggers from fluent config API More... over 12 years ago
added ability to unsubscribe More... over 12 years ago
updated readme More... over 12 years ago
Merge pull request #133 from rasmuskl/http-gateway More... over 12 years ago
moved SpecifyOrderOfHandlers to the right configurer More... over 12 years ago
added nuspec for ninject and included the nlog nuspec in the sln More... over 12 years ago
fixed Ninject container adapter factory implementation More... over 12 years ago
Merge pull request #132 from deldy/ninject More... over 12 years ago
Merge branch 'master' of github.com:mookid8000/Rebus More... over 12 years ago
builtin container adapter should be able to dispose More... over 12 years ago
added builtin container adapter More... over 12 years ago
Re-added configuration of custom serializers More... over 12 years ago
added ability to properly unpack TargetInvocationException that occurs while testing with the SagaFixture More... over 12 years ago
Wrapped request stream in a using statement. More... over 12 years ago
Fixed test to match current setup in HTTP gateway. More... over 12 years ago