Re: Client compatibility of Artemis with AMQ and HQ

2017-05-22 Thread Martyn Taylor
We have support for the HornetQ protocol which should work for both 2.3.x and 2.4.x clients. To connect older clients simply create an acceptor with the HORNETQ protocol enabled. As Clebert already alluded to, in HornetQ and Artemis 1.x JMS queues and JMS topics names are prefixed with "jms.queue

Re: Client compatibility of Artemis with AMQ and HQ

2017-05-19 Thread Clebert Suconic
I'm not sure about 2.4.7 but it should work. The thing thought is the prefix on acceptors With 2.1.0 destinations won't have prefixes. So you may have to tweak the configuration. Maybe having a different port for newer clients. On Fri, May 19, 2017 at 9:46 AM Claudio Tagliola wrote: > We

Client compatibility of Artemis with AMQ and HQ

2017-05-19 Thread Claudio Tagliola
We have two separate projects in development, one project running on HornetQ 2.4.7 and another on ActiveMQ 5.8.0. Currently we are investigating in upgrading at least the HQ one to Artemis, as HQ is no longer maintained. Next to this, we might also migrate the AMQ one, to simplify our software sta