Please review your beans endpoint code. You must have forgotten to send back a done message after having processed the incoming exchange or something like that.
On Thu, Jul 31, 2008 at 10:41 AM, pratibhaG <[EMAIL PROTECTED]> wrote: > > These are the endpoints: > 2 beans, 1 http consumer, 2 http providers > > <bean:endpoint service="cp:MessageEnricherService" > endpoint="messageEnricherEndpoint" bean="#enricherBean"/> > <bean:endpoint service="cp:ResponseGeneratorService" > endpoint="responeGeneratorEndpoint" bean="#responseGeneratorBean"/> > > <bean id="enricherBean" > class="com.in2m.servicemix.operations.changepassword.MessageEnricher"/> > <bean id="responseGeneratorBean" > class="com.in2m.servicemix.operations.changepassword.ResponseGenerator"/> > > > <http:consumer service="cp:ChangePassword" > endpoint="changePasswordEndpoint" > targetService="cp:MessageEnricherService" > locationURI="http://0.0.0.0:8192/changepassword/" > defaultMep="http://www.w3.org/2004/08/wsdl/in-out" > authMethod="BASIC"> > <http:ssl> > <http:sslParameters keyStore="classpath:smxprivate.keystore" > > keyStorePassword="reergf"/> > </http:ssl> > </http:consumer> > > > > <http:endpoint service="cp:DirectorService" > endpoint="directorEndpoint" > role="provider" > > locationURI="http://192.168.2.68:8080/webapp/control/httpEsbEvent" > defaultMep="http://www.w3.org/2004/08/wsdl/in-out"/> > > <http:endpoint service="cp:PortalService" > endpoint="portalEndpoint" > role="provider" > > locationURI="http://192.168.2.71/index.php?option=finicityapirequest&task=esbrequest" > defaultMep="http://www.w3.org/2004/08/wsdl/in-out"> > <http:ssl> > <http:sslParameters keyStore="classpath:smxprivate.keystore" > > keyStorePassword="mvelopes" > > trustStore="classpath:finicitytrust.keystore" > trustStorePassword="mvelopes"/> > </http:ssl> > </http:endpoint> > > > -- > View this message in context: > http://www.nabble.com/High-memory-usage-and-subsequent-out-of-memory-issue-for-concurrent-users-tp18666527p18750160.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
