I do not want to use any XML configuration. Is it possible to configure NServiceBus without XML configuration? I really want my publisher to be configured for everything in the code, and I want to be able to specify everything from the transport to the serializer to the subscription store explicitly in the code.
skb source
share