Hi Luca, You don't need any specific configuration to do this. You can just set up a MQTT Client and a STOMP client and start sending/receiving from the same address.
There are a couple of issues with Artemis versions <=1.2.0. I've fixed these issues on master and will be doing a 1.3.0 release very soon, it should be available in the next week or so, your best bet is to wait for this. I've also added a simple test to that shows this working. See: https://github.com/apache/activemq-artemis/pull/543/commits/62d284d7765218ced2d0f441cf26ffaaaf3c26f2 Thanks Martyn On Wed, May 25, 2016 at 3:58 PM, Luca Capra <luca.ca...@gmail.com> wrote: > Hi all, > on a project I'm working on I've switched from Apollo to Artemis. > > I'm running Artemis as an embed server and would like to have > inter-protocol communication between stomp and mqtt. > > What I'm missing is if this can be done from configuration or creating an > mqtt and stomp client each one to deliver messages the other one. > > Thank you > Luca >