Configuring Virtual Destinations via Jolokia REST Api in ActiveMQ 5.13.2

2016-03-20 Thread Adel Boutros
Hello, I was wondering if there is a way to configure a Virtual Destination programmatically using the Jolokia REST Api? I explored the JMX module using JConsole but found no possible solution. I am following the example here: http://activemq.apache.org/virtual-destinations.html Regards, Adel

Re: Configuring Virtual Destinations via Jolokia REST Api in ActiveMQ 5.13.2

2016-03-19 Thread Adel Boutros
or example, via Jolokia, you can create a "Divert" which redirects messages from Topic to Queue via a REST call to the running broker. The same applies to Qpid Java broker. Regards, Adel Boutros Murex SAS www.murex.com On Thu, Mar 17, 2016 at 1:33 AM, Quinn Stevenson < qu...@pronoia-solu

Re: Configuring Virtual Destinations via Jolokia REST Api in ActiveMQ 5.13.2

2016-03-19 Thread Adel Boutros
there is a reason there is no native support for that in ActiveMQ's broker knowing that it also has support for Jolokia REST just like Artemis Regards, Adel Boutros Murex SAS www.murex.com On Fri, Mar 18, 2016 at 2:50 PM, Quinn Stevenson < qu...@pronoia-solutions.com> wrote: > Sorr

Re: Configuring Virtual Destinations via Jolokia REST Api in ActiveMQ 5.13.2

2016-03-18 Thread Adel Boutros
Hello Christopher, In the way we will be using the broker, we would provide an API for clients to create these "redirections" between queues and topics on the fly. So this feature would be really useful as I know no other way of linking a queue to a topic. Regards, Adel Boutros