Re: Issue with ActiveMQ/JMS 2.0

2020-02-10 Thread Jonathan Gallimore
I notice you're using TomEE, and asked on the TomEE mailing list. TomEE uses ActiveMQ 5, and provides a bridge for the JMS 2.0 functionality you're using. The issue is more likely on the TomEE side, and I'll follow up there. Jon On Mon, Feb 10, 2020 at 8:11 AM COURTAULT Francois < francois.courta

Re: Issue with ActiveMQ/JMS 2.0

2020-02-10 Thread Christopher Shannon
ActiveMQ 5.x does not support any part of JMS 2.0. There has been talk of it but it would require a lot of work to get there and isn't close. For JMS 2.0 support I would recommend looking at Artemis which is the next generation broker and already supports it. On Mon, Feb 10, 2020 at 3:11 AM COUR

Issue with ActiveMQ/JMS 2.0

2020-02-10 Thread COURTAULT Francois
Hello, I know that ActiveMQ doesn't cover all JMS 2.0 specification. Could you tell me, please, how far ActiveMQ is close to JMS 2.0 ? I am asking this question because I am using TomEE 8.0.0 or 8.0.1 with ActiveMQ 5.15.10 embedded. In an stateless EJB, I inject JMSContext (working) and in a met