Re: ActiveMQ custom plugin

2017-11-26 Thread Tim Bain
Thank you for providing that code. I spent some time running your code, and found the following problems with it, which are causing this to not work as you intended: 1. The signature for the send() method is "public void send(ProducerBrokerExchange producerExchange, Message messageSend) thro

Re: Artemis documentation

2017-11-26 Thread Justin Bertram
> I feel iike the project needs some work on the documentation... We're always looking to make things better. The more specific the suggestions the better. > ...using it to create a connection will start an embedded broker if there is not one present already. That's correct. Artemis doesn't s

Re: Artemis - Diverting messages using management api

2017-11-26 Thread Justin Bertram
> I have spend considering amount of time looking at Artemis documentation... The documentation you mentioned refers to an example "which shows how to use a remote connection to JMX and MBean proxies to manage Apache ActiveMQ Artemis." Have you taken a look at this example? It's shipped with the

RE: ActiveMQ custom plugin

2017-11-26 Thread Gupta Bharat
Hello, MyBroker.java package jwt.validation; import java.util.HashMap; import java.util.Map; import javax.jms.Destination; import javax.jms.ExceptionListener; import javax.jms.JMSException; import javax.jms.MessageConsumer; import javax.jms.Session; import javax.jms.TextMessage; import org.apa

Artemis - Diverting messages using management api

2017-11-26 Thread alisu
I am trying to do a non-exclusive divert of messages dynamically on my remote Artemis server using core management api. I have spend considering amount of time looking at Artemis documentation [1] and test classes found at [2] but still I can not figure out how to do it. Neither the documentation