Hi,

this is a technical question not only involving CXF.
In my CXF+JMS app I have some messages that are to be delivered in a
asynchronous fashion from a source to multiple listeners.
This events represents alarms situations in my application... these
asynchronous events are sent to multiple destination, so the rationale would
be an asynchronous delivery to multiple receivers, so I would put these
messages in a JMS "topic" (or more topics).
I would create these topic on Active MQ provider and send the alarms as long
as the occur.

My questions are:

1) what do I have to set up on the client side? 
I would register some listeners to the topic: there's some easy way to
recover the SOAP message from the JMS API or there is already some CXF API
that shadows the JMS low level API (TextMessage and so on) ??
I'm missing the point between low level message in JMS world and higher
level vision in the CXF-SOAP world.

2) how delete from the topic the message after it has been consumed by the
last registered listener (more a JMS question)



-- 
View this message in context: 
http://www.nabble.com/CXF-%2B-JMS-asynchronous-publish-subscribe-tp21124133p21124133.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to