Re: Is James 3.8 compatible with the latest ActiveMQ version (5.18.2)

2023-09-13 Thread Benoit TELLIER
Hello Martin. Why do you need to be compatible with Spring 6 / jakarta.jms? You are using these libraries in an extension? -- Best regards, Benoit TELLIER General manager of Linagora VIETNAM. Product owner for Team-Mail product. Chairman of the Apache James project. Mail: btell...@l

Re: Is James 3.8 compatible with the latest ActiveMQ version (5.18.2)

2023-09-13 Thread martijn brinkers
Thanks. I ran into an issue where Spring 6 requires jakarta.jms wheras ActiveMQ only supports javax.jms and I was hoping that upgrading ActiveMQ to the latest release would solve the issue. Unfortunately ActiveMQ does not support jakarta.jsm for the broker :( On Wed, Sep 13, 2023 at 4:44 PM Benoit

Re: Is James 3.8 compatible with the latest ActiveMQ version (5.18.2)

2023-09-13 Thread Benoit TELLIER
Hello, For the deployment setup of james that relies on it, James relies on an embedded ActiveMQ, so James "fixes" the version of ActiveMQ There had not been work so far to use James in conjunction with a remote ActiveMQ. Contributions welcome. Also please note that on the master branch, we re

Is James 3.8 compatible with the latest ActiveMQ version (5.18.2)

2023-09-13 Thread martijn brinkers
Hi, James 3.8 comes with ActiveMQ 5.17.3. Is James 3.8 compatible with version 5.18.2? Kind regards, Martijn