Re: ActiveMQ 5 read queue issues

2024-03-25 Thread Jean-Baptiste Onofré
Hi Fred Sorry I'm late on that. I'm back there to help you. The closing looks weird to me. Remember that Session should be on a single thread (the Connection can be shared across multiple threads, but the Session should be squared to a single thread). I suspect something weird around that. I

Re: Future of ActiveMQ 5.x with nearing EOL of Spring 5.3.x

2024-03-25 Thread Matt Pavlovich
Hello Stefan- ActiveMQ 6.x was released last fall and supports JDK 17, Spring 6 and Jakarta EE messaging. This the moving forward target release for ActiveMQ 5.x users to avoid the Spring 5 deprecation. ActiveMQ 6.x downloads: https://activemq.apache.org/components/classic/download/ ActiveMQ

Re: feasibility of connecting ActiveMQ Artemis with IBM MQ

2024-03-25 Thread Justin Bertram
An AMQP broker connection should work to move messages from one AMQP broker to another AMQP broker, right? That would eliminate the need for Camel. Justin On Mon, Mar 25, 2024 at 11:05 AM Timothy Bish wrote: > On 3/25/24 10:15, Devriendt, Erik wrote: > > Hello all > > > > We plan to use

Future of ActiveMQ 5.x with nearing EOL of Spring 5.3.x

2024-03-25 Thread Boeltl, Stefan
Dear ActiveMQ committers, Looking at https://spring.io/projects/spring-framework#support I see with worries that Spring 5.3.x EOL is around the corner (end of OSS support: 2024-08-31) and knowing that ActiveMQ 5.x is using / depending on Spring 5.3.x, I really would love to hear, what the

feasibility of connecting ActiveMQ Artemis with IBM MQ

2024-03-25 Thread Devriendt, Erik
Hello all We plan to use ActiveMQ Artemis in a larger project for our customer. This broker will serve the message exchange between the internal components of our system, but the customer also asks to connect to their IBM MQ broker for publishing data from the new system to other systems that

Re: feasibility of connecting ActiveMQ Artemis with IBM MQ

2024-03-25 Thread Timothy Bish
On 3/25/24 10:15, Devriendt, Erik wrote: Hello all We plan to use ActiveMQ Artemis in a larger project for our customer. This broker will serve the message exchange between the internal components of our system, but the customer also asks to connect to their IBM MQ broker for publishing data