An ESB service that contains a SOAPProxy action ,no warn message appeared
Issue
-
An ESB service that contains a SOAPProxy action(& set the alertLengthThreshold).
-
But they're facing a problem that there is no WARN log appeared.
(but the messages about the alertTimeThreshold is correct)
jboss-esb.xml
<service category="Whoau" description="Whoau WebService Proxy" invmScope="GLOBAL" name="Whoau_Proxy"
alertTimeThreshold="2000"
alertLengthThreshold="10">
<property name="maxThreads" value="2500"/>
<listeners>
<http-gateway name="WhoauProxy-GwListener" />
</listeners>
<actions mep="RequestResponse">
<action class="com.example.soa.esb.actions.logging.RequestLoggingAction" name="logging-start" process="logging" />
<action class="org.jboss.soa.esb.actions.soap.proxy.SOAPProxy" name="proxy"
alertTimeThreshold="1500"
alertLengthThreshold="20">
<property name="wsdl" value="http://10.10.10.10:8080/axis-sample/services/UserService?wsdl">
<http-client-property name="file" value="/META-INF/http-connection-config.properties"/>
</property>
</action>
<action class="com.poscoict.soa.esb.actions.logging.ResponseLoggingAction" name="logging-end" process="logging" />
</actions>
</service>
Environment
- JBoss Service Oriented Application Platform (SOA)
- 5.1.0.GA
- Java version
- 1.6.0_07,Sun Microsystems Inc.
- OS-System
- Linux 2.6.18-194.el5PAE,i386
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
