You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by "hardik.rajani" <ha...@live.in> on 2010/04/06 20:56:49 UTC

Servicemix ActiveMQ performance issue.

Hi.

I am using apache servicemix and apache activeMQ in my product. Here in case
of HttpConnector i found a performance issue.

If i increase number of total request at a time then as the number will
increase exchange queue gets stuck on any of the component. After all the
requests start processing, most of the exchange gets stuck at the end
component or at the dispatcher* component. Container's heap size reaches to
very high and after some time it crashes and restarts automatically.

I have used transactionmanager also. flowname is also mentioned as jms.

need some solution urgently. 
-- 
View this message in context: http://old.nabble.com/Servicemix-ActiveMQ-performance-issue.-tp28156017p28156017.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: Servicemix ActiveMQ performance issue.

Posted by "hardik.rajani" <ha...@live.in>.
Hi.

We are analyzing thread dump. I am attaching it with this. Please have a
look into it.

http://old.nabble.com/file/p28225862/threaddump-1270819569120.tdump
threaddump-1270819569120.tdump 
Jean-Baptiste Onofré wrote:
> 
> Hi Hardik,
> 
> Could you take a thread dump to see the object allocation ?
> 
> Thanks
> Regards
> JB
> 
> hardik.rajani wrote:
>> Hi.
>> 
>> I am using apache servicemix and apache activeMQ in my product. Here in
>> case
>> of HttpConnector i found a performance issue.
>> 
>> If i increase number of total request at a time then as the number will
>> increase exchange queue gets stuck on any of the component. After all the
>> requests start processing, most of the exchange gets stuck at the end
>> component or at the dispatcher* component. Container's heap size reaches
>> to
>> very high and after some time it crashes and restarts automatically.
>> 
>> I have used transactionmanager also. flowname is also mentioned as jms.
>> 
>> need some solution urgently. 
> 
> 

-- 
View this message in context: http://old.nabble.com/Servicemix-ActiveMQ-performance-issue.-tp28156017p28225862.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: Servicemix ActiveMQ performance issue.

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Hi Hardik,

Could you take a thread dump to see the object allocation ?

Thanks
Regards
JB

hardik.rajani wrote:
> Hi.
> 
> I am using apache servicemix and apache activeMQ in my product. Here in case
> of HttpConnector i found a performance issue.
> 
> If i increase number of total request at a time then as the number will
> increase exchange queue gets stuck on any of the component. After all the
> requests start processing, most of the exchange gets stuck at the end
> component or at the dispatcher* component. Container's heap size reaches to
> very high and after some time it crashes and restarts automatically.
> 
> I have used transactionmanager also. flowname is also mentioned as jms.
> 
> need some solution urgently.