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中使用直接交换,消费者为自己声明队列,交换将消息分发到这些队列。问题:队列中存在许多影响性能的冗余消息。
activemq 中的 topic 类型支持用户向多个订阅者分发 msg 的方法,无需为订阅者创建大量队列。是否存在rabbitmq中的方法,或者一些解决问题的建议?