ws-eventing

What are some good examples of a WS-Eventing client in Java?

There are a few web service frameworks available for Java: Axis2, CXF, JBossWS, and Metro. Does anyone have some good examples of a WS-Eventing client with these frameworks? ...

Does WCF support WS-Eventing?

I know WCF supports many WS-* protocols but WS-Eventing does seem to be listed. I do know that WCF has a pub/sub model, but is it WS-Eventing compliant? ...

WS-Eventing in Axis2 / subscription-based messaging

I'm currently writing a web service using Axis2, and need to be able to set up a subscription-based system, whereby subscribing clients are notified of events and messages. Does anyone have any recommendations for implementation? I think a WS-Eventing implementation would be perfect, and I have noted Savan, however, not sure if this is...