Hi Matt,
I haven't found anything equivalent to this that lets you "subscribe" from
an external SU.  Obviously you could do a wiretap (with eip or camel) from
within the main service, but other than that I can't come up with anything.
Maybe Bruce or Guillaume can come up with something that I am not aware of.

Chris

On Feb 10, 2008 12:57 PM, mattrpav <[EMAIL PROTECTED]> wrote:

>
> 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.
>
>

Reply via email to