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 作为传输。
没有办法从 MassTransit 中的队列中“删除”。对于测试,您可以通过rabbitmq://localhost/*?temporary=true. 或者,您可以只附加?temporary=true到现有队列 URI 的末尾,以便之后让 MT 清理内容。注意:当前,截至 2.8,临时交换未清理。这应该在下一个版本中修复。
rabbitmq://localhost/*?temporary=true
?temporary=true