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
fixed #183 where exchange and error queue would be prematurely declared, thus making it impossible to use additionally customized RabbitMQ options More... over 11 years ago
added entry to changelog More... over 11 years ago
corrected spelling error - man, I haet those! More... over 11 years ago
accept deferral of messages in one-way client mode when a return address header has been manually attached More... over 11 years ago
TimeoutRequestHandler, fail if no return address is set. - Without this commit, the handler will happily try to insert the timeout into underlying storage with a null value for ReplyTo, which then fails. Fail early to ensure the thrown exception describes the actual problem. More... over 11 years ago
Fail fast when using bus.Defer in OneWayClientMode - When the bus is in OneWayClientMode, Defer does not work because there is no way for the timeout service to return the message, specifically no return address gets set in the headers. This commit ensures the call to Defer fails, making it easier for the user to discover his error. More... over 11 years ago
alt+enter More... over 11 years ago
also do send and receive test with ASB transport More... over 11 years ago
cleaned up in the Azure Service Bus project More... over 11 years ago
why all the hanging More... over 11 years ago
apparently: can't iterate and format list at the same time - sometimes.... More... over 11 years ago
appears it was the concurrent list - but why?! More... over 11 years ago
maybe this will work More... over 11 years ago
added icon to nuspecs More... over 11 years ago
added logo More... over 11 years ago
added error message More... over 11 years ago
don't choke if Rabbit returns null for the message ID More... over 11 years ago
much much better More... over 11 years ago
did some stuff More... over 11 years ago
dispose communication objects properly More... over 11 years ago
conditionally ignored Azure Service Bus many-messages-tests More... over 11 years ago
added logging More... over 11 years ago
Merge branch 'hdrachmann/master' More... over 11 years ago
re-worked hdrachmann's Azure Service Bus transport More... over 11 years ago
non implemented multicast More... over 11 years ago
added build script and made return to source queue work with remote MSMQ queues as well More... over 11 years ago
fixed retry tool More... over 11 years ago
added ability to parse command line args More... over 11 years ago
MSMQ return to source queue tool finished More... over 11 years ago
started building a 'returnToSourceQueue' tool for MSMQ More... over 11 years ago