Label: todo

Content with label todo in PetalsDSB (See content from all spaces)
Related Labels: transport, bpel, wsdm, monitoring, webservice, management, ws-notification

Page: Adding Registry Listeners
Registry Listeners are defined in the org.petalslink.dsb.kernel.api.messaging.RegistryListener interface. The main purpose is to introduce an extension point on endpoints registration and unregistration with the two methods: void onRegister(ServiceEndpoint endpoint) : Called just after a new endpoint is registered in the platform void onUnregister ...
Page: Adding Router Modules

Page: BPEL Support
DSB comes with some BPEL management API in order to be able to deploy BPEL processes and manage them. The current section provides all the information on how to use this feature. Architecture Really simple view: The BPEL runtime is provided by the JBI BPEL ...
Other labels: webservice, bpel
Page: Creating your Transport Layer
You can create your own transport layer by using the DSB transport framework. Todo : Update and translate : http://chamerling.org/2010/08/13/creersacouchedetransportpourpetalse sb
Other labels: transport
Page: DSB Core Management
first goal of the DSB management is to hide all the JBI complexity by wrapping and provided some JBI independant APIs and solutions. Another important goal is to hide the kernel management originally based on JMX and to provide a Web service management API. In the next ...
Other labels: wsdm, management
Page: DSB Monitoring
Short view{} A collection of modules routers are in charge of intercepting messages on request, response and ACK (more details on what is a router module are given here). At these different steps, the modules add some monitoring information such as timestamp and other KPIs. One module ...
Other labels: wsdm, monitoring, ws-notification
Page: WS Addressing
DSB components (binding and engines) are all exposing some business services. Some of them also provide one endpoint which is 'WSAdressing aware': All messages which are send to this WSAdressing endpoint will be forwarded to an external service (if all the required ...