You should not think about ActiveMQ in that case. The fact that the WSN component is using ActiveMQ is an implementation detail. What happens is that when a publisher publishes a notification, the component will deliver it to registered subscribers. What happens underneath is that those are mapped to JMS topics so each WSN subscriber will have a jms consumer on that topic and will receive the notification.
On Fri, Feb 4, 2011 at 11:48, Massimiliano Guillaro <[email protected]> wrote: > > Hi, > i don't understand the cicle that a notification makes when it arrives at > wsn component by http connection. I suppose this flow > > Wrapped to jms message -> send to the NMR (but is it ActiveMQ or is > different?) -> elaborated by ActiveMQ broker -> received by the wsn > component ( by onMessage method) -> ? What happen now? > > Please Help me > > MG > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/wsn2005-component-flow-tp3370783p3370783.html > Sent from the ServiceMix - Dev mailing list archive at Nabble.com. > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
