Re: Add mqtt protocol to artemis Wildfly

2017-07-31 Thread Clebert Suconic
I would recommend you using artemis with mqtt on 2.2.0.. or AMQ. so that is use artemis remotely from wildfly, which would still work. 2.2.0 currently can't be embedded on wildfly (there are some changes to be done on artemis messaging layer). Like the recent bug fix on mqtt.. I don't think it'

Re: Add mqtt protocol to artemis Wildfly

2017-07-31 Thread Justin Bertram
For clarity's sake I recommend you start a new thread with your interceptor question. Justin On Mon, Jul 31, 2017 at 8:06 AM, aragoubi wrote: > Thank you for your response, yes now it works fine, it was a jars problem. > I begin with artemis, and I would like to know how could I configure my >

Re: Add mqtt protocol to artemis Wildfly

2017-07-31 Thread aragoubi
Thank you for your response, yes now it works fine, it was a jars problem. I begin with artemis, and I would like to know how could I configure my broker, for example if I want to add an interceptor in order to intercept connections to broker. Do you have any idea on how to achieve that ? -- Vie

Re: Add mqtt protocol to artemis Wildfly

2017-07-31 Thread Martyn Taylor
There are 2 files you need to change: wildfly-10.1.0.Final/modules/system/layers/base/org/apache/activemq/artemis/main/module.xml wildfly-10.1.0.Final/modules/system/layers/base/org/apache/activemq/artemis/protocol/mqtt/main/module.xml You also need to drop the following jars into the mqtt/main d