How do I use a startup class to initialize and later reference jms objects? : BEA Weblogic
Answer / Navdeep Kumar Singh
To use a Startup Class for initializing JMS objects, you should define the Startup Class in your WebLogic Server domain's startup script (startWebLogic.sh or startWebLogic.cmd) and implement the `InitialContextFactory` and `ProviderURL` parameters to create and configure the InitialContext. After initialization, you can later reference JMS objects using the created InitialContext instance.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to delete connection pool?
JNDI Usage for weblogic?
Difference between Apache and Jboss
How to integrate appache with weblogic?
What is the no_acknowledge acknowledge mode used for? : BEA Weblogic
The home of a product cmp entity bean has a finder method, which returns an enumeration of all the products whose price falls below a certain value, which is passed as the method argument. If there are no products in the database to match the above criteria what will be the result of a call to this finder method? : BEA Weblogic
Is it ok to add new sessions and subscribers to a queue or topic connection once it has been started? : BEA Weblogic
You are noticing a performance impact on your application and you suspect the underlying operating systemresources might be causing the issue, what steps would you take to narrow down the issue?
in which file/script we need to change the heap size?.What is the variable name to search to change the heap size
A client invokes a method on a stateful session bean instance deployed in the weblogic server. While the method execution is in progress another method call arrives on the server. What will be the result? : BEA Weblogic
How to upgrade the weblogic version and explain the steps?
What is the default port of weblogic admin server?