DNC-DShop
DNC-DShop copied to clipboard
MessageBroker ICorrelationContext dependency
Hi, I want to use RabbitMQ (folders and .... in the common layer) as a module in my project. In code review I find that publish events or ... always need ICorrelationContext value, but in my project, I didn't use Handler to access the correlationContext, If I want to use dshop rabbitmq without correlationContext what can I do for this problem?