I want to build a service where clients can register with individual queries
(Payload), which means they subscribe for a special event. Allways when the
corresponding event occurs, they should be informed and not only once(!). I
am using Apache Axis2 1.4.1, Tomcat6 and a PojoService.  At the moment I am
not really sure, which way i shoud go:

1. Using a callbackhandler and WS-Adressing. But isn't there the problem
that the Handler will stop after the first response???

2. Using in-only and out-only patterns. But there, I do not know how to keep
the replyTo-Address....

3. Using WS-Eventing, especially the module 'Savan'. Is Savan still the
preferred and uptodate solution for Eventing in Axis2. The project Homepage
does not like it is still alive. Is it right, that it is not possible to
send additional paramater, like a query-string, to the registration? THen
this would not be the right solution. Because i have operation, which can
handle individual queries and should respond if the corresponding data is
received and processed.

Or is there a better solution?
-- 
View this message in context: 
http://www.nabble.com/client-should-register-once-and-receive-multiple-AsyncResults-tp24399567p24399567.html
Sent from the Axis - User mailing list archive at Nabble.com.

Reply via email to