The number of threads in my JMS client application keeps growing. What could be going on?
The most likely cause from the JMS client library’s point of view is creation of InitialContext objects. Because of the way the JNDI/CosNaming driver is structured, a new ORB is created every single time you instantiate an InitialContext object. You should therefore only create one initial naming context in each client application.
Related Questions
- When my docking dialog is docked to the bottom of my MDI application the status bar appears to be above. What is going on?
- The BRMS Application Client overview positions the product for use with low volume data. What does that mean?
- The number of threads in my JMS client application keeps growing. What could be going on?