How do I get JMS messages across a cluster
I am using WebLogic 12.1.1. I have a cluster of 2 managed servers. Each has a JMS server attached. I have a Connection Factory that has the "Client ID Policy" set to UNRESTRICTED attached to the 2 JMS servers. I send messages to a Distributed Topic through the Connection Factory using Durable Subscriptions.
Monitoring the Topics Durable Subscriptions shows that I get 3 subscriptions 2 are RESTRICTED and the third is UNRESTRICTED. Messages go to each of the subscribers, but are only received on one of them.
Thank you