Re: Artemis client can't connect to Artemis server

2023-06-30 Thread David Hoffer
alStateException definitely > seems like something is broken in quarkus-artemis-jms config handling, > and worth reporting to them. > > Actually, I now see you already have as: > https://github.com/quarkiverse/quarkus-artemis/issues/241 > > > On Thu, 29 Jun 2023 at 19:08, Dav

Re: Artemis client can't connect to Artemis server

2023-06-29 Thread David Hoffer
throw new IndexOutOfBoundsException(); return i; } Here limit == 16. So the code in this path will always throw IndexOutOfBoundsException as the expected max size (limit) are not the same. One thinks the limit is 4096 and the other 16. How to fix this? On Thu, Jun 29, 2023 at 2:24 P

Re: Artemis client can't connect to Artemis server

2023-06-29 Thread David Hoffer
te: > > > >> We don’t have any tests of artemis embedded as a server in quarkus. I > >> didn’t even know it worked. > >> > >> It would be required to have some tests. > >> > >> As none of the devs tried it. We would need to add tests in ord

Artemis client can't connect to Artemis server

2023-06-29 Thread David Hoffer
Hi, We have a Quarkus app where we embed an Artemis server, we were using 2.27.1. We were connecting to it via quarkus-artemis-jms 1.0.3 which I see now is very old. This stopped working and strangely it stopped working when it tried to create the activemq working directories. I have tried upgr