Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Talend ESB - Service Activity Monitor
- features
- tesb-sam-common
- tesb-sam-agent
- tesb-sam-service
- tesb-sam-server
- tesb-datasource-derby
- tesb-derby-starter
- configuration
- PID = org.talend.esb.sam.server
- db.datasource = ds-derby
- db.dialect = derbyDialect
- monitoringServiceUrl = /MonitoringServiceSOAP
- sam.authentication = NO
- service.pid = org.talend.esb.sam.server
- ws-security.signature.password = skpass
- ws-security.signature.properties = file:C:\programs\esb\Talend\TOS_ESB_5.4.0\Runtime_ESBSE\container/etc/keystores/serviceKeystore.properties
- ws-security.signature.username = myservicekey
- pom.xml
- <dependency>
- <groupId>org.talend.esb</groupId>
- <artifactId>sam-agent</artifactId>
- <version>5.3.1</version>
- </dependency>
- blueprint.xml
- <reference id="eventFeature" interface="org.talend.esb.sam.agent.feature.EventFeature" />
- <jaxws:endpoint id="monitoredService"
- address="/MonitoredService"
- implementorClass="com.apogado.test.wssam.MonitoredService"
- implementor= "#sampleMonitoredBean" >
- <jaxws:features>
- <ref component-id="eventFeature"/>
- </jaxws:features>
- </jaxws:endpoint>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement