Hi Silvia, just create three service/endpoint configuration for bean component (check this for details http://servicemix.apache.org/servicemix-bean.html) and - in case all three pojo services can get the same message then create one jms consumer for your topic see http://servicemix.apache.org/servicemix-jms.html, create static recipien list service (it's EIP component) see http://servicemix.apache.org/servicemix-eip.html#servicemix-eip-StaticRecipientList, then configure target service of jms consumer to static recipient list and target services of static recipient list to your bean services - in case you want to take message from different topics just create three jms consumers and configure their targets to the three bean/pojo services
silvia_magrelli wrote: > > Sorry.. > Now I understood that the classes that implement onMessageExchangeListener > are threads. > So I don't understand well how to configure my services and endpoints. > Please can tell me how to configure a bean and the jms-bc to > make three pojo services receive messages from a topic > please don't ignore my question > thank u very much > > > -- View this message in context: http://www.nabble.com/please-help-me-configure-tp21018117p21019432.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
