Re: Artemis Compatible version Spring Boot Starter Artemis

2023-07-11 Thread Robbie Gemmell
Artemis releases after 2.19.1 require Java 11+ On Tue, 11 Jul 2023 at 13:49, Shivang Modi wrote: > > Hi Team, > > > > I am upgrading my Spring Boot project from ActiveMQ to Artemis. While > upgrading, if I use Artemis 2.19 version, connection happens successfully > and if I use Artemis 2.28 versi

Re: Question

2023-07-11 Thread Justin Bertram
There are management methods on the QueueControl [1] that will allow you to move messages. The methods are named "moveMessages" and there are several versions which take different parameters. This one [2] is probably the simplest. You can invoke management methods programmatically via JMX (the bro

Artemis Compatible version Spring Boot Starter Artemis

2023-07-11 Thread Shivang Modi
Hi Team, I am upgrading my Spring Boot project from ActiveMQ to Artemis. While upgrading, if I use Artemis 2.19 version, connection happens successfully and if I use Artemis 2.28 version, connection didn’t happen. I have spring boot start actuator jar with 2.7.13 version and java 8. What is c

Question

2023-07-11 Thread laknitio
> Hello, > > is there a way to move Datas from different queues > (queue1_toSAP,queue2_toSAP, queue3_toSAP..) to one queue "toSAP" via schedule > Task for example. We are using ActiveMQ Artemis. > > Thanks for response. > > Mit freundlichem Gruß > Omar Lakniti >

Re: Strange consumers connections state

2023-07-11 Thread Ephemeris Lappis
Hello Matt. Perhaps you've seen my last mail where I said that "failover" and "keepAlice" do not fix my "consumer is closed"... I've also joined my pax configuration. I've reduced my Camel application to get only one consumer. Now logs are simpler, and I can see that the unique consumer on a queu