How do I use a startup class to initialize and later reference jms objects? : BEA Weblogic



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

Post New Answer

More Weblogic Interview Questions

How to delete connection pool?

3 Answers   TCS,


JNDI Usage for weblogic?

9 Answers   HCL, IBM, TCS,


Difference between Apache and Jboss

1 Answers   TCS,


How to integrate appache with weblogic?

1 Answers  


What is the no_acknowledge acknowledge mode used for? : BEA Weblogic

1 Answers  


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

1 Answers  


Is it ok to add new sessions and subscribers to a queue or topic connection once it has been started? : BEA Weblogic

1 Answers  


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?

1 Answers  


in which file/script we need to change the heap size?.What is the variable name to search to change the heap size

7 Answers   HP,


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

1 Answers  


How to upgrade the weblogic version and explain the steps?

1 Answers   Oracle, TCS,


What is the default port of weblogic admin server?

1 Answers  


Categories