Tim Bussmann

Results 65 comments of Tim Bussmann

absolutely! Let's talk about it next week :)

I've seen this turning up as well once I added a transformation for the debug configuration.

we are running into the same issue from time to time as well, here's a PR which never got a response from cla check: https://github.com/Particular/NServiceBus/pull/5549 (we whitelisted our organization and...

Here's an example of users being confused on when to use what: https://discuss.particular.net/t/what-is-difference-between-message-and-command/606 (especially about the `IMessage` interface). I think supporting poco messages is long overdue and something generally expected...

@mauroservienti no, this feature only allows you to send events or publish commands but NServiceBus must have message types being explicitly defined using conventions or the marker interfaces.

haven't tried that. Not sure what potential side effect that could have (besides much bigger message type collections taking up more memory and longer time for lookups). not sure whether...

> the problem with my snippet is that probably transports with native support for pub/sub will get a little crazy in trying to create bindings for things that are not...

> where assemblies are known and available at compile time (probably the majority of cases) would that be something the user has to explicitly define? I'm not sure how else...

@sanilpaul Unfortunately, I'm not aware of a reliable workaround at the moment. I assume your need is connected to your [issue regarding multi-hosting](https://github.com/Particular/NServiceBus.Heartbeat/issues/121) and I'd recommend either not use multi-hosting...

> First, if the generic host bring all the endpoints down, we wouldn't know which endpoint actually caused the issue easily(without going through logs) compared to figuring it out from...