Does weblogic jms support clustering? : BEA Weblogic
Answer / Shalini Saxena
Yes, WebLogic JMS supports clustering. By using JMS server cluster, you can distribute the load of multiple JMS servers in a cluster and ensure high availability and scalability for your messaging application.nnHere's how to configure a JMS server cluster:
1. Create JMS server clusters from the WebLogic Administration Console.
2. Deploy your application to each node in the cluster.
3. Configure the connection factory used by your application to use the JMS server cluster.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is config.xml?
What Is Boot.proerties File In Weblogic Server ?
Explain the types of application deployed in wls?
Explain what are the databases that are available to be used with the web logic j2ee connector architecture?
What is administration server?
suppose you changed a admin password.in which other file you have to update after this
How can an application do a jms operation and have it succeed, independent of the result of the transaction? : BEA Weblogic
What all jvm analysis/profiling tools you are familiar with please write the names?
how can we sync the nodes with administration server in weblogic.
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain? : BEA Weblogic
How do I programmatically get a list of queues or topics? : BEA Weblogic
What are the advantages of using application servers?