Top 20 NuGet Packages depending on Virtuesoft.Framework.Queue.Core
Total dependencies: 2
rabbit 消息队列,使用单件模式避免重复链接导致连接数超标的问题
消息队列扩展
services.AddQueueService<RabbitQueueService>(new RabbitQueuOptions() {
Host = Configuration["rabbit.queque.host"],
Port = int.Parse(Configuration["rabbit.queque.port"]),
User = Configuration["rabbit.queque.user"],
Password = Conf...