This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JBoss and the fly likes jbossesb performance Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "jbossesb performance" Watch "jbossesb performance" New topic
Author

jbossesb performance

naga yer
Greenhorn

Joined: Jun 21, 2010
Posts: 1
I am using http router action in jbossesb to forward soap request to a webservice
Even though i set http-client properties as below i see only one connection from esb server to the web service. Do i need to set any additional parameters to use multiple connections to webservice

<action name="proxy"
class="org.jboss.soa.esb.actions.routing.http.HttpRouter">
<property name="endpointUrl"
value="http://wshost:8080/TestService-0.0.1/TestServiceBean?wsdl">
<http-client-property name="file" value="/opt/conf/bcs/httpclient.properties" />
</property>
<property name="method" value="POST" />
<property name="http-client-properties">
<http-client-property name="max-total-connections"
value="1000" />
<http-client-property name="max-connections-per-host"
value="1000" />
</property>
</action>



and /opt/conf/bcs/httpclient.properties is
# Connection config
max-connections-per-host=100
max-total-connections=100
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: jbossesb performance
 
Similar Threads
please answer this 128 questions for WLS. Urgently!
exceptions in spring configuration file.
JNDI Port number issue while strating JBoss server 4.2.2.GA
applet in JSP using firefox
Maximum number of messages sent to a Queue in OpenMQ ?