Is there a way to connect to the Artemis server (2.4.0) using JMS client on JRE7? Unfortunately I'm stuck with Java 7 on the client side. I tried to use jars from the Artemis 1.4.4 (the latest one supporting jre7 I believe). But the message always goes to DLQ. I have the destination auto-creation enabled and I can see the address+q gets created. But the message ends up in the DLQ nevertheless.
I could run the 1.4.4 also on the server side. Where it seems the very same code works. But that is really not great. Is there some wire-level incompatibility between the versions? Would for example Hornet libraries work better using the legacy connector? Thanks -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html