Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的开发机器上运行多个 rabbitmq 实例。好像我只能安装一个 rabbitmq 服务,所以我想知道如何生成多个 rabbitmq 进程?
我的目标是在我的自动化集成测试中通过 c# 在本地启动和杀死“n”个 rabbitmq 节点。
如果你想杀死节点,你可以在本地机器上创建多个在同一服务下运行的 RabbitMQ 节点。
您可以在此处找到更多信息。虽然这是在“集群”文档下,但您应该能够创建多个节点并跳过“集群”位。