What is weblogic unicasting and multicasting?
Answer Posted / chaitanya poloju
WebLogic Server instances in a cluster communicate with one
another using two basic network technologies:
o IP sockets, which are the conduits for
peer-to-peer communication between clustered server instances.
o IP unicast or multicast, which server instances
use to broadcast availability of services and heartbeats
that indicate continued availability.
Note: When creating a new cluster, it is
recommended that you use unicast for messaging within a
cluster. For backward compatibility with previous versions,
WebLogic Server you must use multicast for communications
between clusters.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Which types of jdbc databases does weblogic jms support? : BEA Weblogic
Do you know what is the function of managedconnection.addconnectioneventlistener() in web logic server?
What are log filters and what are their purpose?
Explain different parts available as part of jvm and describe them in few lines.
How do I call a servlet with parameters in the url? : BEA Weblogic
How Work Manager works in wls 9.2 and above versions?
What is a non-durable topic subscriber?
How do I set up my classpath? : BEA Weblogic
What Is The Purpose Of Clustering ?
What are the types of gc and in which different scenarios each should be used?
How can the nm be made to work with web logic?
How do I debug weblogic server using visual cafe 4.1? : BEA Weblogic
Why did my jdbc code throw a rollback sqlexception? : BEA Weblogic
What is the java authentication and authorization service (jaas) 1.0?
What is the difference between txdatasource and datasource?