2.2 Unicast
This topic provides information on Unicast.
Unicast is the default routing used in OBDX for communication when using Coherence.For enabling unicast routing for Coherence on OBDX, following changes needs to be done.
- Add comma separated master servers’ Ip and ports in system properties (server start
params in managed server in case of WebLogic)
-Dwka.list=<IP1:PORT1>,<IP2:PORT2>
- Run below query in
database
Insert into digx_fw_config_all_b (PROP_ID,CATEGORY_ID,PROP_VALUE,FACTORY_SHIPPED_FLAG,PROP_COMMENTS,SUMMARY_TEXT,CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATED_DATE,OBJECT_STATUS,OBJECT_VERSION_NUMBER,EDITABLE,CATEGORY_DESCRIPTION) values ('COHERENCE_CACHE_ADDRS','dayoneconfig',<IP1:PORT1>,<IP2:PORT2>,'Y','Coherence servers addresses','Coherence servers addresses','ofssuser',sysdate,'ofssuser',sysdate,'Y',1,'N',null);Please replace IP and PORT with respective values. Please note that all PORT values by default will be 9099. Default port value can be changed using system property -Dcoherence.localport . Example : -Dcoherence.localport=9098
Also note that master members should be about 10% of the cluster.
Parent topic: Coherence Cache