No, in the most general case, that's not possible without writing code in
some language (Java, Camel, etc.). But you can use an embedded Camel route
within the broker process, if you wanted the code to run in the broker
instead of on an external runtime.

Alternatively, depending on your use case, you might be able to use virtual
destinations (http://activemq.apache.org/virtual-destinations.html) to get
the behavior you want, if you don't need to operate on already-existing
queues and topics. But this won't work if you need to simply move messages
from one pre-existing destination to another.

Tim

On Thu, Nov 1, 2018, 2:16 PM ravi999 <ravi-teja.vol...@capgemini.com wrote:

> Hi All,
>
> Is there a way to Copy Message From ActiveMQ topic to ActiveMQ queue within
> ActiveMQ instead of using java code or apache camel code ?
>
> Thanks
>
>
>
> --
> Sent from:
> http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
>

Reply via email to