Hi Steve,
Thanks for the reply. The reason I am asking this is because we implemented a EJB with brokerclient connection (no new thread was created within EJB) and the app server was leaking memory. We noticed that the EJB was spawing thread. When we digged deeper we found out the brokerclient connection was actually spawing a thread. Last year we were told by wM it was safe to implement wM API within EJB and it would not create thread. This morning, we got a confirmation from the wM that the API, for instance brokerclient connection, does spaw a new thread that block on a call to read the socket connected to the Broker. Although the EJB has been running a couple of months without any problem, but it did after all. It was like a time bomb. The wM API methods are spawing thread and the EJB is calling them, which is highly not recommended. Keep your finger cross
We are thinking to move to the wM JCA connector, specially for EJB.
Thanks!
#webMethods#webMethods-General#Integration-Server-and-ESB#webMethods-Architecture