JMS Configuration for clustering
"Praveen Peddi" <[email protected]>
| Newsgroups | gmane.comp.java.open-symphony.os-cache |
|---|---|
| Message-ID | <007401c3bea4$d24b9ab0$aa87a8c0@ppeddi2> |
We are currently using oscache in weblogic cluster. We are using javaGroups and are planning to move to JMS. Our application is in the form of ear file. Oscache.properties are stored in the db (due to issues with clustering). I have seen a property called cache.cluster.jms.node.name I think I didn't quite understand what this is. Does it mean that I need to include the list of server names in the cluster. Should this property value be different in eash server in the cluster. If so, how could this be possible. I have only one property file stored in db, shared by all servers in the cluster. For example, I have 2 servers in the cluster (server1 and server2). What should this property be? Praveen