You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ode.apache.org by Srdjan Marinovic <sr...@doc.ic.ac.uk> on 2008/08/22 17:47:57 UTC

Hooking into BPEL server

Hello,

Is it possible to write a 'hook' into the BPEL server, so another  
component could get notifications of received messages, started  
processes and so forth.

While browsing the Javadoc I have found the  
MessageExchangeInterceptor, are there any more interceptor interfaces  
and is it possible to slot in my own implementations.

Thanks for your time and help.

Kind regards

Srdjan

Re: Hooking into BPEL server

Posted by Matthieu Riou <ma...@offthelip.org>.
On Fri, Aug 22, 2008 at 8:47 AM, Srdjan Marinovic <sr...@doc.ic.ac.uk>wrote:

> Hello,
>
> Is it possible to write a 'hook' into the BPEL server, so another component
> could get notifications of received messages, started processes and so
> forth.
>
> While browsing the Javadoc I have found the MessageExchangeInterceptor, are
> there any more interceptor interfaces and is it possible to slot in my own
> implementations.
>

Have you looked at execution events?

http://ode.apache.org/user-guide.html#UserGuide-ODEExecutionEvents

At the bottom of the section there's more about plugging your own event
listener, which is probably what you're looking for.

Matthieu


>
> Thanks for your time and help.
>
> Kind regards
>
> Srdjan
>