Advertisement
gusto2

Talend ESB - Service Monitoring Service

Nov 29th, 2013
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. Talend ESB - Service Activity Monitor
  2.  
  3. features
  4. tesb-sam-common
  5. tesb-sam-agent
  6. tesb-sam-service
  7. tesb-sam-server
  8. tesb-datasource-derby
  9. tesb-derby-starter
  10.  
  11.  
  12.  
  13. configuration
  14. PID = org.talend.esb.sam.server
  15. db.datasource = ds-derby
  16. db.dialect = derbyDialect
  17. monitoringServiceUrl = /MonitoringServiceSOAP
  18. sam.authentication = NO
  19. service.pid = org.talend.esb.sam.server
  20. ws-security.signature.password = skpass
  21. ws-security.signature.properties = file:C:\programs\esb\Talend\TOS_ESB_5.4.0\Runtime_ESBSE\container/etc/keystores/serviceKeystore.properties
  22. ws-security.signature.username = myservicekey
  23.  
  24.  
  25.  
  26. pom.xml
  27. <dependency>
  28. <groupId>org.talend.esb</groupId>
  29. <artifactId>sam-agent</artifactId>
  30. <version>5.3.1</version>
  31. </dependency>
  32.  
  33. blueprint.xml
  34. <reference id="eventFeature" interface="org.talend.esb.sam.agent.feature.EventFeature" />
  35.  
  36. <jaxws:endpoint id="monitoredService"
  37. address="/MonitoredService"
  38. implementorClass="com.apogado.test.wssam.MonitoredService"
  39. implementor= "#sampleMonitoredBean" >
  40. <jaxws:features>
  41. <ref component-id="eventFeature"/>
  42. </jaxws:features>
  43. </jaxws:endpoint>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement