Folks,
Work has progressed slowly on the SCA Event Processing prototype, which can be found in the
/sandbox/event/ section of SVN.
A description of what is being built in the sandbox is on the Wiki here:
http://cwiki.apache.org/confluence/display/TUSCANY/SCA+Java+Event+Processing
The Assembly model is described here:
http://cwiki.apache.org/confluence/display/TUSCANY/Assembly+Model+for+Event+Processing
and the Java implementation code is described here:
http://cwiki.apache.org/confluence/display/TUSCANY/Java+Implementation+Model+for+Event+Processing
Initial code was built using JMS explicitly as the transport from an event producer to an event
consumer. In recent days, a <binding.event/> binding type has been created, which allows for events
to be carried over a wider range of transports (in principle).
There is a sample "event-jms" which demonstrates the basic features of sending
and receiving events.
Please feel free to join in the work on the Event processing code...
...we would certainly appreciate some extra hands since this is all a "spare
time" activity
Yours, Mike.