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.


Reply via email to