You could use the eip static recipient list pattern, or the
http://servicemix.goopen.org/site/publish-subscribe-routing.html (which has
some limitations), or even
the ws-notification component.

Cheers,
Guillaume Nodet

On 6/26/06, kitplummer <[EMAIL PROTECTED]> wrote:


Cool.

I need that too.  But, I was thinking the other way.  If I have a
JMSReceiverComponent that sits on a JMS topic, is it possible to send from
that component to multiple service destinations?  Or, do I just need to
create multiple activationSpecs?

Thanks again Guillaume.

Kit


gnodet wrote:
>
> ActiveMQ support composite destinations.
> See http://activemq.org/site/composite-destinations.html
> Just specify a comma separated list of destinations.
>
> Cheers,
> Guillaume Nodet
>
> On 6/23/06, kitplummer <[EMAIL PROTECTED]> wrote:
>>
>>
>> Ok.  So, I've got a JMSReceiverComponent mapped to a service.  Is it
>> possible
>> with a single activationSpec have multiple destinations?
>>
>>
>> <sm:activationSpec componentName="myJmsReceiver"
>>                                 service="emaf:myJmsReceiver"
>>                                 destinationService="emaf:commservice">
>>                 <sm:component><bean
>> class="org.apache.servicemix.components.jms.JmsReceiverComponent">
>>                     <property name="template">
>>                         <bean
>> class="org.springframework.jms.core.JmsTemplate">
>>                             <property name="connectionFactory">
>>                                 <ref local="jmsFactory"/>
>>                             </property>
>>                             <property name="defaultDestinationName"
>> value="emaf.test.input"/>
>>                             <property name="pubSubDomain"
value="true"/>
>>                         </bean>
>>                     </property>
>>                 </bean></sm:component>
>>             </sm:activationSpec>
>> --
>> View this message in context:
>>
http://www.nabble.com/JMS-to-Multiple-destinationServices...-t1837509.html#a5015843
>> Sent from the ServiceMix - User forum at Nabble.com.
>>
>>
>
>
--
View this message in context:
http://www.nabble.com/JMS-to-Multiple-destinationServices...-t1837509.html#a5054954
Sent from the ServiceMix - User forum at Nabble.com.


Reply via email to