NServiceBus without spamming my solution with IMessage/NServiceBus references
Posted
by illdev
on Stack Overflow
See other posts from Stack Overflow
or by illdev
Published on 2010-05-30T01:51:08Z
Indexed on
2010/05/30
2:02 UTC
Read the original article
Hit count: 628
nservicebus
Has anyone found a smart way to use NServiceBus, without having to implements that useless IMessage marker interface for all messages?
Especially, when using DomainEvents, I would absolutely hate to couple my domains to a specific servce bus implementation.
© Stack Overflow or respective owner