http://activemq.apache.org/sample-camel-routes.html Le 16 déc. 2016 21:10, "Hassen Bennour" <[email protected]> a écrit :
> By consuming from one and producing to second one but in broker side you > can use camel routes or composite destinations interceptors like this > > <destinationInterceptors> > <virtualDestinationInterceptor> > <virtualDestinations> > <compositeQueue name="MY.QUEUE"> > <forwardTo> > <queue physicalName="FOO" /> > <topic physicalName="BAR" /> > </forwardTo> > </compositeQueue> > </virtualDestinations> > </virtualDestinationInterceptor> > </destinationInterceptors> > > http://activemq.apache.org/virtual-destinations.html > Le 16 déc. 2016 20:24, "Jakki" <[email protected]> a écrit : > >> I am new to ActiveMQ, I am trying create an application in C#.net. Could >> you >> please help me in moving a message from 1 queue to another queue in Active >> MQ? >> >> >> >> -- >> View this message in context: http://activemq.2283324.n4.nab >> ble.com/Moving-message-from-one-queue-to-another-using- >> Apache-NMS-ActiveMQ-tp4720534.html >> Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. >> >
