C#uses Socket to implement a distributed event bus and does not rely on third-party MQ
CodeWF.EventBus.Socket is a lightweight, Socket-based distributed event bus system designed to simplify event communication in a distributed architecture. It allows communication between processes through a publish/subscribe model without relying on external message queuing services.