I would like to have my Weblogic cluster listen on a distributed topic. Whenever a JMS message is sent on that topic, I would like for only one node in the cluster to handle this message. Is this possible?
I can't use a distributed queue because there are multiple listeners (other clusters) on the topic.