Kyle Baley
Kyle Baley
_This issue was transferred from a private repository_ NServiceBus uses an opinionated handler design that sometimes is not worth the effort. Especially if handlers do not contain the business logic...
We need to create 2 tools in order to properly facilitate the migration of hybrid mode pub/sub to native pub/sub. 1. A CLI tool for migrating existing message driven subscriptions...
In many of our exceptions, we provide pretty clear guidance on how to fix things but there is only so much context we can provide in a short error message....
We don't have an automated way of removing inactive endpoints from ServicePulse and they can pile up depending on how they are deployed. There's [an issue](https://github.com/Particular/ServicePulse/issues/468) to provide housekeeping in...
_This issue was transferred from a private repository_ We have a ton (180ish) of great samples but the experience for finding them isn't great. I think that spending some time...
_This issue was transferred from a private repository_ Distributed systems are hard, we know that very well. When it comes to backup and disaster recovery options they are even harder....
_This issue was transferred from a private repository_ We have great learning samples. Frequently when people get to the end of those samples the next step they take is to...
_This issue was transferred from a private repository_ We had a custom routing sample that was [unpublished](https://github.com/Particular/docs.particular.net/pull/3706) as it was unsuitable. But we still get traffic to the unpublished page...
Currently there is no sample code or documentation page that outlines what you need to do to have native integration with ASQ.
This came up during a chat with someone asking for a simple sample of integrating NServiceBus with SignalR. Existing samples are: * https://docs.particular.net/samples/near-realtime-clients/ which doesn't cover sending messages from a...