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
message modules should also be released More... about 13 years ago
made simple message module mechanism More... about 13 years ago
warn in cases where the dispatcher doesn't find a handler for a received message More... about 13 years ago
no need for the Disposed event to give itself as an argument More... about 13 years ago
exposed the Disposed event on IMessageContext More... about 13 years ago
and it should not be logged as an ERROR inside the Worker - when we're so deep inside, it's DEBUG More... about 13 years ago
made the Worker log message's label in case of error More... about 13 years ago
whoa did I just commit something that couldn't compile? More... about 13 years ago
user error is logged at the WARN level, not at ERROR level More... about 13 years ago
made message label be ToString on each contained logical message More... about 13 years ago
added ability to configure number of workers in XML More... about 13 years ago
implemented the mechanics necessary to attach headers to outgoing messages More... about 13 years ago
added .XML comment files to the output of the build More... about 13 years ago
fixed inconsistencies around message queue names More... about 13 years ago
added ability to get input queue name from RebusConfigurationSection More... about 13 years ago
improved exception message in case of XML configuration errors More... about 13 years ago
added ability to specify name of input queue on the Rebus configuration section More... about 13 years ago
improved the message context experience More... about 13 years ago
improved logging around exceptions - finally cleaned it up and unpacket TargetInvocationExceptions where appropriate More... about 13 years ago
must also explicitly opt in for receiving the label then More... about 13 years ago
message label should be preserved when moving message to error queue More... about 13 years ago
added label to JSON messages More... about 13 years ago
ensured that JSON serializer would not be affected by culture More... about 13 years ago
updated all Json.NET references to 4.0.5 More... about 13 years ago
added more contract tests of the serializers More... about 13 years ago
binary serializer should use base64 encoded string More... about 13 years ago
added build on Json.NET integration to build script More... about 13 years ago
moved (most of the) dependency on Newtonsoft out into integration assembly, and implemented a binary serializer - more cleanup pending, but let's just move on for now More... about 13 years ago
added ability to SendLocal More... about 13 years ago
added build of Log4Net integration to build script More... about 13 years ago