Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

The number of threads in my JMS client application keeps growing. What could be going on?

0
Posted

The number of threads in my JMS client application keeps growing. What could be going on?

0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123