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.
我想让我的 Weblogic 集群监听分布式主题。每当发送关于该主题的 JMS 消息时,我希望集群中只有一个节点来处理此消息。这可能吗?
我不能使用分布式队列,因为该主题有多个侦听器(其他集群)。
对于 WebLogic 10.3.4,这可以通过 Partitioned TOpics 实现。为了启用此功能,您应该将复制模式设置为“分区”。默认值为“复制”,它将消息传递到集群中的每个节点。