Hi,

We're using CXF 2.1.2 in WebSphere 6.1 to access services over Tibco EMS.
We'd like to instantiate clients (using the generated code from WSDLs). The
client creation takes a few seconds (because of parsing the WSDLs), so we'd
like to keep them around for the various user sessions to invoke rather than
recreate them for every invocation.

If we configure the WSDLs to connect directly to TIBCO, this works
beautifully. Once we switch to the WS JMS connection factory, the problems
start. WS cuts off the connection because it has these connection pools. So
we HAVE to recreate the clients at every invocation, slowing down the user
experience.

Any advice on how to tackle this, e.g. settings on the WS connection pools,
CXF settings or implementing the cleints diferently so they do not have to
read the entire WSDLs?

Thanks!


-- 
View this message in context: 
http://www.nabble.com/CXF-JMS-WebSphere-6.1---client-loses-connection-tp22757975p22757975.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to