ActiveMQ producers cannot produce to composite destinations.
May be interested in using Camel's multicast component to accomplish this.


On Tue, Aug 6, 2013 at 9:03 AM, Marco Crivellaro <marco.cr...@gmail.com>wrote:

> Hi All,
> I have a requirement to send the same message to 2 distinct destinations (a
> queue and a topic) on ActiveMQ and I would like to use the composite
> destination feature of ActiveMQ.
> http://activemq.apache.org/composite-destinations.html
>
> I've tried to setup the producer URI as follow:
>
> <to uri="jms:queue:crive.test.1,topic:crive.test.2" />
>
> the message is published on queue named "crive.test.1" and
> "topic:crive.test.2"
> how can I configure the producer so that the message is produced on queue
> named "crive.test.1" and on topic named "crive.test.2"?
>
> Thanks,
> Marco
>
>
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/ActiveMQ-composite-destination-producer-tp5736860.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>



-- 
*Christian Posta*
http://www.christianposta.com/blog
twitter: @christianposta

Reply via email to