We have a cluster of 2 or more managed servers depending on the environment. I have created a distributed topic but I am a bit confused on how this should work. I would like to post it to 1 central place and that weblogic manages it among the cluster but it seems that you have to post it to a specific node so my endpoint uri of my business service in OSB looks like jms://--MS1--,--MS2/jms.myconnectionfactory/myjmsserver1@jms.mytopic.
If I then make a durable subscriber to this endpoint, that works....I can see the durable subscribers in weblogic but I dont want subscribers needing to know how many managed servers we have so is there a way to abstract this so that subscibers can just subscribe to 1 cluster address and I can post to 1 cluster address?
I can find alot of simple JMS examples but really any extensive ones on distributed topics in the OSB.
I am running om 12.2.1.3.
Thanks in advance.