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
removed Rabbit's old TxMan More... over 12 years ago
cleaned up a little bit More... over 12 years ago
Rabbit transport now attempts to re-open connection when it is closed More... over 12 years ago
can TeamCity do this? More... over 12 years ago
made messages persisten always More... over 12 years ago
must commit NACK as well More... over 12 years ago
re-added auto-init of recipient queue with Rabbit More... over 12 years ago
added proper impl of ITransactionContext to be used with ambient tx More... over 12 years ago
factored some of the queue transaction handling out into RebusBus and the Worker More... over 12 years ago
improved formatting (ok, I'm just testing my build server branch build config ;)) More... over 12 years ago
added git branch output to NuGet push script More... over 12 years ago
added new Rabbit test to the Rabbit category More... over 12 years ago
don't create recipient queue if multicasting (i.e. the topic is actually a topic, it's not a queue) More... over 12 years ago
first go at implementing support for letting RabbitMQ manage subscriptions More... over 12 years ago
removed special MyGet solution file More... over 12 years ago
added test to verify new Rabbit behavior More... over 12 years ago
re-ordered members More... over 12 years ago
gave Rabbit ability to auto-initialize recipient queues as well - this makes sense because otherwise Rabbit would ignore the messages More... over 12 years ago
modified TxMan in suble ways and made Rebus ultra-NACK in case of rollback = both Reject + Nack seems to be needed to make Rabbit actually requeue the message More... over 12 years ago
re-ordered stuff More... over 12 years ago
enabled long-running tests when building release More... over 12 years ago
removed silly debug logging from Rabbit transport More... over 12 years ago
don't want to jinx this, but it seems I have finally made the Rabbit transport work! More... over 12 years ago
moved back to Subscription instead of the consumer model More... over 12 years ago
removed Shouldly from test - why did it start messing up the names of things in its error messages? More... over 12 years ago
still shouldn't try to decode null ;) More... over 12 years ago
removed dead code and moved class to new file More... over 12 years ago
added some guard clauses to some public methods of RebusBus More... over 12 years ago
added batch reply More... over 12 years ago
moved and commented the fake message context More... over 12 years ago