Is there an example doc on how to build a service subscription pattern with
separate SA's? (not configured via conf/servicemix.xml)
For example, I have a CXF-based web service SA, and I would like to have a
SU in another SA subscribe to it. I know there is a way to do it in the
legacy lwcontainer-style.
I was thinking along the lines of a simple POJO bean subscribing to the CXF
service in order to synchronize data coming into that service with another
system. A separate SA seems like the best approach, because the subscribing
system will be going away in a few months, but the CXF WS is permanent.
Is there a way to define a <subscriptionSpec /> in a xbean?
ie.. <beans ..>
<bean:endpoint service=".." endpoint=".." bean="#beanName/>
<bean id="beanName" class=" .." />
?? <subscriptionSpec service="svc:InAnotherSA" /> ??
</beans>
I can't find the schema for xmlns "http://servicemix.apache.org/bean/1.0"
http://servicemix.apache.org/xml-schemas.html
Thanks!
--
View this message in context:
http://www.nabble.com/Subscriber-component-tp15400536s12049p15400536.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.