You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "pratibha (JIRA)" <ji...@apache.org> on 2008/09/04 08:05:52 UTC

[jira] Commented: (SM-1552) the operation hangs while load testing

    [ https://issues.apache.org/activemq/browse/SM-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45377#action_45377 ] 

pratibha commented on SM-1552:
------------------------------

I need to add one more file which has to be in servicemix/hotdeploy
I am not able to attach it as the size is more than 10.00 MB
How can I attach it. 
Please help

Pratibha

> the operation hangs while load testing
> --------------------------------------
>
>                 Key: SM-1552
>                 URL: https://issues.apache.org/activemq/browse/SM-1552
>             Project: ServiceMix
>          Issue Type: Bug
>            Reporter: pratibha
>         Attachments: errorhandler-sa-1.0.jar, smxesb.properties
>
>
> When I hit request for updating user profile:
> <request xmlns="http://www.finicity.com">
>     <updateUserProfile>
>         <userName>appuser1</userName>
>         <firstName>pratibha</firstName>
>         <lastName>ghogale</lastName>
>         <emailAddress>pratibha1.ghogale@in2m.com</emailAddress>
>     </updateUserProfile>
> </request>
> This works only for 15 parallel requests. If I give more than that it always throws Exchange not found.
> I use following thread pool configuration:
> servicemix.corePoolSize    = 16
> servicemix.maximumPoolSize = 32
> servicemix.queueSize       = 256
> I have attached two files three files:
> 1)updateprofile-sa-1.0.jar : Put it in servicemix-3.2.2/hotdeploy
> 2)errorhandler-sa-1.0.jar: Put it in servicemix-3.2.2/hotdeploy
> 3)smxesb.properties : Put it in servicemix-3.2.2/conf
> Here updateprofile-sa-1.0.jar is the jar for updating user profile. If any error occurs during update profile it send message to jms queue created in other operation created by  errorhandler-sa-1.0.jar. smxesb.properties is used only for configuring the URLs.
> For update profile I use  http://0.0.0.0:8193/updateUserProfile/
> The request for update profile is sent to two applications which are configured in http-ptovider Su. The addresses are
> director.url               = http://192.168.2.64:8080/webapp/control/httpEsbEvent
> portal.url                   = http://192.168.2.71/index.php?option=com_finicityapirequest&amp;task=esbrequest
>  You can change these addresses.
> Also I am using BASIC authentication and authorization:
> The users are as follows:
> director=directorpass
> portal=portalpass
> qa=qapass
> Hit the request with qa as user. That is qa user is hitting a request updateprofile for enduser appuser1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.