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.
有没有办法传递已死信的消息,因为它们被拒绝到与已过期消息不同的队列中?
我可以想象构建一个读取“全死”队列的服务,解析标题 xdeath 原因并按原因分离消息,将它们发布到不同的队列中。
但是 RabbitMQ 中也有办法做类似的事情吗?
(用例:我想通过超快服务处理过期消息以快速减少积压(例如在我们发生数据库故障后)。但是被拒绝的消息需要由启用大量调试日志记录的服务处理.)