Upgrading ActiveMQ core lib in Apache James 3.0

2020-02-10 Thread Adam Raszkiewicz
Hi all, I’m trying to upgrade ActiveMQ core lib in Apache James 3.0 from 5.4.2 to 5.5.1 based on suggestions from that ticket: https://issues.apache.org/jira/browse/JAMES-1394?focusedCommentId=13725197 but after restarting Apache James I’m getting that error: [TID=18] WARN 13:46:58,628 |

Re: activemq 5.15.2 memory leak

2020-02-10 Thread Jean-Baptiste Onofre
Hi, Is it new in 5.15.12 ? It seems you are using the JDBC persistence. What’s the persistence adapter you are using ? Regards JB > Le 10 févr. 2020 à 09:50, buccarellom a > écrit : > > Hi, > > with activemq 5.15.2 we saw in the dump analyzer a lot of hashmap. > > > >

activemq 5.15.2 memory leak

2020-02-10 Thread buccarellom
Hi, with activemq 5.15.2 we saw in the dump analyzer a lot of hashmap. as you can seee 121,680 entries. Our heap size is 2GB xmx and xms Our jvm is IBM J9 What can I provide as information to get help? Is this a know

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 <

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

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