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
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
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
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